Show / Hide Table of Contents

Class ServiceAdditionalLocationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceAdditionalLocationArgs
Inherited Members
ResourceArgs.Empty
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 Source

ServiceAdditionalLocationArgs()

Declaration
public ServiceAdditionalLocationArgs()

Properties

View Source

GatewayRegionalUrl

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>
View Source

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>
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 InputList<string> PublicIpAddresses { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.