Show / Hide Table of Contents

Class ServiceAdditionalLocation

Inheritance
System.Object
ServiceAdditionalLocation
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 ServiceAdditionalLocation

Fields

View Source

GatewayRegionalUrl

The URL of the Regional Gateway for the API Management Service in the specified region.

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

Location

The name of the Azure Region in which the API Management Service should be expanded to.

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.