ArmAppPlatformModelFactory.AppPlatformServiceProperties 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 AppPlatformServiceProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProperties AppPlatformServiceProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceNetworkProfile networkProfile = default, bool? isLogStreamPublicEndpoint = default, int? version = default, string serviceInstanceId = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformServicePowerState? powerState = default, bool? isZoneRedundant = default, string fqdn = default);
static member AppPlatformServiceProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceNetworkProfile * Nullable<bool> * Nullable<int> * string * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServicePowerState> * Nullable<bool> * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceProperties
Public Shared Function AppPlatformServiceProperties (Optional provisioningState As Nullable(Of AppPlatformServiceProvisioningState) = Nothing, Optional networkProfile As AppPlatformServiceNetworkProfile = Nothing, Optional isLogStreamPublicEndpoint As Nullable(Of Boolean) = Nothing, Optional version As Nullable(Of Integer) = Nothing, Optional serviceInstanceId As String = Nothing, Optional powerState As Nullable(Of AppPlatformServicePowerState) = Nothing, Optional isZoneRedundant As Nullable(Of Boolean) = Nothing, Optional fqdn As String = Nothing) As AppPlatformServiceProperties
Parameter
- provisioningState
- Nullable<AppPlatformServiceProvisioningState>
Bereitstellungsstatus des Diensts.
- networkProfile
- AppPlatformServiceNetworkProfile
Netzwerkprofil des Diensts.
Zusätzliche Diensteinstellungen in VNET-Einschleusung instance.
- serviceInstanceId
- String
ServiceInstanceEntity-GUID, die eine erstellte Ressource eindeutig identifiziert.
- powerState
- Nullable<AppPlatformServicePowerState>
Energiestatus des Diensts.
- fqdn
- String
Vollqualifizierter DNS-Name des Diensts instance.
Gibt zurück
Eine neue AppPlatformServiceProperties instance zum Mocking.
Gilt für:
Azure SDK for .NET