ArmHybridNetworkModelFactory.ConfigurationValueWithoutSecrets 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 ConfigurationValueWithoutSecrets.
public static Azure.ResourceManager.HybridNetwork.Models.ConfigurationValueWithoutSecrets ConfigurationValueWithoutSecrets (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 configurationValue = default);
static member ConfigurationValueWithoutSecrets : 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.ConfigurationValueWithoutSecrets
Public Shared Function ConfigurationValueWithoutSecrets (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 configurationValue As String = Nothing) As ConfigurationValueWithoutSecrets
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.
- configurationValue
- String
Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.
Returns
A new ConfigurationValueWithoutSecrets instance for mocking.
Applies to
Azure SDK for .NET