ArmHybridNetworkModelFactory.ConfigurationGroupValuePropertiesFormat 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 ConfigurationGroupValuePropertiesFormat.
public static Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupValuePropertiesFormat ConfigurationGroupValuePropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, string publisherName = default, Azure.ResourceManager.HybridNetwork.Models.PublisherScope? publisherScope = default, string configurationGroupSchemaName = default, string configurationGroupSchemaOfferingLocation = default, Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference configurationGroupSchemaResourceReference = default, string configurationType = "Unknown");
static member ConfigurationGroupValuePropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * string * Nullable<Azure.ResourceManager.HybridNetwork.Models.PublisherScope> * string * string * Azure.ResourceManager.HybridNetwork.Models.DeploymentResourceIdReference * string -> Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupValuePropertiesFormat
Public Shared Function ConfigurationGroupValuePropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional publisherName As String = Nothing, Optional publisherScope As Nullable(Of PublisherScope) = Nothing, Optional configurationGroupSchemaName As String = Nothing, Optional configurationGroupSchemaOfferingLocation As String = Nothing, Optional configurationGroupSchemaResourceReference As DeploymentResourceIdReference = Nothing, Optional configurationType As String = "Unknown") As ConfigurationGroupValuePropertiesFormat
Parameters
- provisioningState
- Nullable<ProvisioningState>
The provisioning state of the site resource.
- publisherName
- String
The publisher name for the configuration group schema.
- publisherScope
- Nullable<PublisherScope>
The scope of the publisher.
- configurationGroupSchemaName
- String
The configuration group schema name.
- configurationGroupSchemaOfferingLocation
- String
The location of the configuration group schema offering.
- configurationGroupSchemaResourceReference
- DeploymentResourceIdReference
The configuration group schema resource reference. Please note DeploymentResourceIdReference is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OpenDeploymentResourceReference and SecretDeploymentResourceReference.
- configurationType
- String
The value which indicates if configuration values are secrets.
Returns
A new ConfigurationGroupValuePropertiesFormat instance for mocking.
Applies to
Azure SDK for .NET