ArmHybridNetworkModelFactory.ComponentProperties 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 ComponentProperties.
public static Azure.ResourceManager.HybridNetwork.Models.ComponentProperties ComponentProperties (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, string deploymentProfile = default, Azure.ResourceManager.HybridNetwork.Models.DeploymentStatusProperties deploymentStatus = default);
static member ComponentProperties : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * string * Azure.ResourceManager.HybridNetwork.Models.DeploymentStatusProperties -> Azure.ResourceManager.HybridNetwork.Models.ComponentProperties
Public Shared Function ComponentProperties (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional deploymentProfile As String = Nothing, Optional deploymentStatus As DeploymentStatusProperties = Nothing) As ComponentProperties
Parameters
- provisioningState
- Nullable<ProvisioningState>
The provisioning state of the component resource.
- deploymentProfile
- String
The JSON-serialized deployment profile of the component resource.
- deploymentStatus
- DeploymentStatusProperties
The deployment status of the component resource.
Returns
A new ComponentProperties instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET