ArmAppPlatformModelFactory.AppPlatformServiceNetworkProfile Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
- serviceRuntimeSubnetId
- ResourceIdentifier
Vollqualifizierte Ressourcen-ID des Subnetzes zum Hosten der Azure Spring Apps Service Runtime.
- appSubnetId
- ResourceIdentifier
Vollqualifizierte Ressourcen-ID des Subnetzes zum Hosten von Kunden-Apps in Azure Spring Apps.
- serviceCidr
- String
Reservierte CIDR des Azure Spring Apps-Diensts.
- serviceRuntimeNetworkResourceGroup
- String
Name der Ressourcengruppe, die Netzwerkressourcen der Azure Spring Apps Service Runtime enthält.
- appNetworkResourceGroup
- String
Name der Ressourcengruppe, die Netzwerkressourcen für Kunden-Apps in Azure Spring Apps enthält.
- outboundPublicIPs
- IEnumerable<IPAddress>
Gewünschte ausgehende IP-Ressourcen für Azure Spring Apps-Ressourcen.
- requiredTraffics
- IEnumerable<AppPlatformServiceRequiredTraffic>
Erforderlicher eingehender oder ausgehender Datenverkehr für die Azure Spring Apps-Ressource.
Eingangskonfigurationsnutzlast für die Azure Spring Apps-Ressource.
- outboundType
- String
Der Typ des ausgehenden Datenverkehrs von Azure Spring Apps-VNET-Instanzen.
Gibt zurück
Eine neue AppPlatformServiceNetworkProfile instance zum Simulieren.
Gilt für:
Azure SDK for .NET