ArmHybridNetworkModelFactory.ConfigurationValueWithSecrets Method

Definition

Initializes a new instance of ConfigurationValueWithSecrets.

public static Azure.ResourceManager.HybridNetwork.Models.ConfigurationValueWithSecrets ConfigurationValueWithSecrets (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 secretConfigurationValue = default);
static member ConfigurationValueWithSecrets : 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.ConfigurationValueWithSecrets
Public Shared Function ConfigurationValueWithSecrets (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 secretConfigurationValue As String = Nothing) As ConfigurationValueWithSecrets

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.

secretConfigurationValue
String

Name and value pairs that define the configuration value secrets. It can be a well formed escaped JSON string.

Returns

A new ConfigurationValueWithSecrets instance for mocking.

Applies to