次の方法で共有


ArmHybridNetworkModelFactory.NetworkServiceDesignGroupPropertiesFormat メソッド

定義

NetworkServiceDesignGroupPropertiesFormat の新しいインスタンスを初期化します。

public static Azure.ResourceManager.HybridNetwork.Models.NetworkServiceDesignGroupPropertiesFormat NetworkServiceDesignGroupPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, string description = default);
static member NetworkServiceDesignGroupPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * string -> Azure.ResourceManager.HybridNetwork.Models.NetworkServiceDesignGroupPropertiesFormat
Public Shared Function NetworkServiceDesignGroupPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional description As String = Nothing) As NetworkServiceDesignGroupPropertiesFormat

パラメーター

provisioningState
Nullable<ProvisioningState>

ネットワーク サービス 設計グループ リソースのプロビジョニング状態。

description
String

ネットワーク サービス 設計グループの説明。

戻り値

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

適用対象