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.
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
Azure SDK for .NET