ArmHybridNetworkModelFactory.ConfigurationGroupSchemaPropertiesFormat メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ConfigurationGroupSchemaPropertiesFormat の新しいインスタンスを初期化します。
public static Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupSchemaPropertiesFormat ConfigurationGroupSchemaPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.HybridNetwork.Models.VersionState? versionState = default, string description = default, string schemaDefinition = default);
static member ConfigurationGroupSchemaPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * Nullable<Azure.ResourceManager.HybridNetwork.Models.VersionState> * string * string -> Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupSchemaPropertiesFormat
Public Shared Function ConfigurationGroupSchemaPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional versionState As Nullable(Of VersionState) = Nothing, Optional description As String = Nothing, Optional schemaDefinition As String = Nothing) As ConfigurationGroupSchemaPropertiesFormat
パラメーター
- provisioningState
- Nullable<ProvisioningState>
構成グループ スキーマ リソースのプロビジョニング状態。
- versionState
- Nullable<VersionState>
構成グループ スキーマのバージョンの状態。
- description
- String
含めることができるスキーマの説明。
- schemaDefinition
- String
構成値を定義する名前と値のペア。 適切な形式のエスケープされた JSON 文字列を指定できます。
戻り値
モック作成用の新しい ConfigurationGroupSchemaPropertiesFormat インスタンス。