ArmHybridNetworkModelFactory.NetworkServiceDesignGroupPropertiesFormat メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 インスタンス。