Show / Hide Table of Contents

Class GetServiceAdditionalLocationResult

Inheritance
System.Object
GetServiceAdditionalLocationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetServiceAdditionalLocationResult

Fields

View Source

GatewayRegionalUrl

Gateway URL of the API Management service in the Region.

Declaration
public readonly string GatewayRegionalUrl
Field Value
Type Description
System.String
View Source

Location

The location name of the additional region among Azure Data center regions.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

PublicIpAddresses

Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard and Premium SKU.

Declaration
public readonly ImmutableArray<string> PublicIpAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.