ArmHybridNetworkModelFactory.ConfigurationGroupSchemaPropertiesFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- provisioningState
- Nullable<ProvisioningState>
The provisioning state of the Configuration group schema resource.
- versionState
- Nullable<VersionState>
The configuration group schema version state.
- description
- String
Description of what schema can contain.
- schemaDefinition
- String
Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.
Returns
A new ConfigurationGroupSchemaPropertiesFormat instance for mocking.
Applies to
Azure SDK for .NET