Sdílet prostřednictvím


ArmAppPlatformModelFactory.AppPlatformServiceProperties Method

Definition

Initializes a new instance of 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

Parameters

provisioningState
Nullable<AppPlatformServiceProvisioningState>

Provisioning state of the Service.

networkProfile
AppPlatformServiceNetworkProfile

Network profile of the Service.

isLogStreamPublicEndpoint
Nullable<Boolean>

Additional Service settings in vnet injection instance.

version
Nullable<Int32>

Version of the Service.

serviceInstanceId
String

ServiceInstanceEntity GUID which uniquely identifies a created resource.

powerState
Nullable<AppPlatformServicePowerState>

Power state of the Service.

isZoneRedundant
Nullable<Boolean>
fqdn
String

Fully qualified dns name of the service instance.

Returns

A new AppPlatformServiceProperties instance for mocking.

Applies to