次の方法で共有


ArmHybridNetworkModelFactory.ConfigurationGroupSchemaPropertiesFormat メソッド

定義

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 インスタンス。

適用対象