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 SourceGatewayRegionalUrl
Gateway URL of the API Management service in the Region.
Declaration
public readonly string GatewayRegionalUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The location name of the additional region among Azure Data center regions.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
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> |