次の方法で共有


ArmAppPlatformModelFactory.AppPlatformServiceProperties メソッド

定義

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

パラメーター

provisioningState
Nullable<AppPlatformServiceProvisioningState>

サービスのプロビジョニング状態。

networkProfile
AppPlatformServiceNetworkProfile

サービスのネットワーク プロファイル。

isLogStreamPublicEndpoint
Nullable<Boolean>

vnet インジェクション インスタンスの追加のサービス設定。

version
Nullable<Int32>

サービスのバージョン。

serviceInstanceId
String

作成されたリソースを一意に識別する ServiceInstanceEntity GUID。

powerState
Nullable<AppPlatformServicePowerState>

サービスの電源状態。

isZoneRedundant
Nullable<Boolean>
fqdn
String

サービス インスタンスの完全修飾 DNS 名。

戻り値

モック作成用の新しい AppPlatformServiceProperties インスタンス。

適用対象