ArmAvsModelFactory.AddonArcProperties 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 AddonArcProperties.
public static Azure.ResourceManager.Avs.Models.AddonArcProperties AddonArcProperties (Azure.ResourceManager.Avs.Models.AddonProvisioningState? provisioningState = default, string vCenter = default);
static member AddonArcProperties : Nullable<Azure.ResourceManager.Avs.Models.AddonProvisioningState> * string -> Azure.ResourceManager.Avs.Models.AddonArcProperties
Public Shared Function AddonArcProperties (Optional provisioningState As Nullable(Of AddonProvisioningState) = Nothing, Optional vCenter As String = Nothing) As AddonArcProperties
Parameters
- provisioningState
- Nullable<AddonProvisioningState>
The state of the addon provisioning.
- vCenter
- String
The VMware vCenter resource ID.
Returns
A new AddonArcProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET