ArmAppServiceModelFactory.AppServiceEnvironmentAddressResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AppServiceEnvironmentAddressResult(ResourceIdentifier, String, ResourceType, SystemData, IPAddress, IPAddress, IEnumerable<IPAddress>, IEnumerable<VirtualIPMapping>, String)
- Source:
- ArmAppServiceModelFactory.cs
- Source:
- ArmAppServiceModelFactory.cs
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
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
AppServiceEnvironmentAddressResult(ResourceIdentifier, String, ResourceType, SystemData, String, IPAddress, IPAddress, IEnumerable<IPAddress>, IEnumerable<VirtualIPMapping>)
- Source:
- ArmAppServiceModelFactory.cs
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, string kind = 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);
static member AppServiceEnvironmentAddressResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * System.Net.IPAddress * System.Net.IPAddress * seq<System.Net.IPAddress> * seq<Azure.ResourceManager.AppService.Models.VirtualIPMapping> -> 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 kind As String = 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) As AppServiceEnvironmentAddressResult
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- kind
- String
Kind of resource. Serialized Name: AddressResponse.kind
- serviceIPAddress
- IPAddress
Main public virtual IP. Serialized Name: AddressResponse.properties.serviceIpAddress
- internalIPAddress
- IPAddress
Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode. Serialized Name: AddressResponse.properties.internalIpAddress
- outboundIPAddresses
- IEnumerable<IPAddress>
IP addresses appearing on outbound connections. Serialized Name: AddressResponse.properties.outboundIpAddresses
- virtualIPMappings
- IEnumerable<VirtualIPMapping>
Additional virtual IPs. Serialized Name: AddressResponse.properties.vipMappings
Returns
A new AppServiceEnvironmentAddressResult instance for mocking.