你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmAppServiceModelFactory.AppServiceEnvironmentAddressResult Method

Definition

Initializes a new instance of AppServiceEnvironmentAddressResult.

public static Azure.ResourceManager.AppService.Models.AppServiceEnvironmentAddressResult AppServiceEnvironmentAddressResult (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Net.IPAddress serviceIPAddress = default, System.Net.IPAddress internalIPAddress = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> outboundIPAddresses = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.VirtualIPMapping> virtualIPMappings = default, string kind = default);
static member AppServiceEnvironmentAddressResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Net.IPAddress * System.Net.IPAddress * seq<System.Net.IPAddress> * seq<Azure.ResourceManager.AppService.Models.VirtualIPMapping> * string -> Azure.ResourceManager.AppService.Models.AppServiceEnvironmentAddressResult
Public Shared Function AppServiceEnvironmentAddressResult (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional serviceIPAddress As IPAddress = Nothing, Optional internalIPAddress As IPAddress = Nothing, Optional outboundIPAddresses As IEnumerable(Of IPAddress) = Nothing, Optional virtualIPMappings As IEnumerable(Of VirtualIPMapping) = Nothing, Optional kind As String = Nothing) As AppServiceEnvironmentAddressResult

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

serviceIPAddress
IPAddress

Main public virtual IP.

internalIPAddress
IPAddress

Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.

outboundIPAddresses
IEnumerable<IPAddress>

IP addresses appearing on outbound connections.

virtualIPMappings
IEnumerable<VirtualIPMapping>

Additional virtual IPs.

kind
String

Kind of resource.

Returns

A new AppServiceEnvironmentAddressResult instance for mocking.

Applies to