Class ServiceAdditionalLocationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceAdditionalLocationArgs : ResourceArgs
Constructors
View SourceServiceAdditionalLocationArgs()
Declaration
public ServiceAdditionalLocationArgs()
Properties
View SourceGatewayRegionalUrl
The URL of the Regional Gateway for the API Management Service in the specified region.
Declaration
public Input<string> GatewayRegionalUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The name of the Azure Region in which the API Management Service should be expanded to.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 InputList<string> PublicIpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |