ArmAppPlatformModelFactory.AppPlatformServiceNetworkProfile Method

Definition

Initializes a new instance of AppPlatformServiceNetworkProfile.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceNetworkProfile AppPlatformServiceNetworkProfile (Azure.Core.ResourceIdentifier serviceRuntimeSubnetId = default, Azure.Core.ResourceIdentifier appSubnetId = default, string serviceCidr = default, string serviceRuntimeNetworkResourceGroup = default, string appNetworkResourceGroup = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> outboundPublicIPs = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRequiredTraffic> requiredTraffics = default, int? ingressConfigReadTimeoutInSeconds = default, string outboundType = default);
static member AppPlatformServiceNetworkProfile : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * string * string * seq<System.Net.IPAddress> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRequiredTraffic> * Nullable<int> * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceNetworkProfile
Public Shared Function AppPlatformServiceNetworkProfile (Optional serviceRuntimeSubnetId As ResourceIdentifier = Nothing, Optional appSubnetId As ResourceIdentifier = Nothing, Optional serviceCidr As String = Nothing, Optional serviceRuntimeNetworkResourceGroup As String = Nothing, Optional appNetworkResourceGroup As String = Nothing, Optional outboundPublicIPs As IEnumerable(Of IPAddress) = Nothing, Optional requiredTraffics As IEnumerable(Of AppPlatformServiceRequiredTraffic) = Nothing, Optional ingressConfigReadTimeoutInSeconds As Nullable(Of Integer) = Nothing, Optional outboundType As String = Nothing) As AppPlatformServiceNetworkProfile

Parameters

serviceRuntimeSubnetId
ResourceIdentifier

Fully qualified resource Id of the subnet to host Azure Spring Apps Service Runtime.

appSubnetId
ResourceIdentifier

Fully qualified resource Id of the subnet to host customer apps in Azure Spring Apps.

serviceCidr
String

Azure Spring Apps service reserved CIDR.

serviceRuntimeNetworkResourceGroup
String

Name of the resource group containing network resources of Azure Spring Apps Service Runtime.

appNetworkResourceGroup
String

Name of the resource group containing network resources for customer apps in Azure Spring Apps.

outboundPublicIPs
IEnumerable<IPAddress>

Desired outbound IP resources for Azure Spring Apps resource.

requiredTraffics
IEnumerable<AppPlatformServiceRequiredTraffic>

Required inbound or outbound traffics for Azure Spring Apps resource.

ingressConfigReadTimeoutInSeconds
Nullable<Int32>

Ingress configuration payload for Azure Spring Apps resource.

outboundType
String

The egress traffic type of Azure Spring Apps VNet instances.

Returns

A new AppPlatformServiceNetworkProfile instance for mocking.

Applies to