你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 实例。

适用于