ArmAvsModelFactory.AvsPrivateCloudAddonProperties 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.
The properties of an addon Please note this is the abstract base class. The derived classes available for instantiation are: AddonSrmProperties, AddonVrProperties, AddonHcxProperties, and AddonArcProperties.
public static Azure.ResourceManager.Avs.Models.AvsPrivateCloudAddonProperties AvsPrivateCloudAddonProperties(string addonType = default, Azure.ResourceManager.Avs.Models.AddonProvisioningState? provisioningState = default);
public static Azure.ResourceManager.Avs.Models.AvsPrivateCloudAddonProperties AvsPrivateCloudAddonProperties(string addonType = "Unknown", Azure.ResourceManager.Avs.Models.AddonProvisioningState? provisioningState = default);
static member AvsPrivateCloudAddonProperties : string * Nullable<Azure.ResourceManager.Avs.Models.AddonProvisioningState> -> Azure.ResourceManager.Avs.Models.AvsPrivateCloudAddonProperties
Public Shared Function AvsPrivateCloudAddonProperties (Optional addonType As String = Nothing, Optional provisioningState As Nullable(Of AddonProvisioningState) = Nothing) As AvsPrivateCloudAddonProperties
Public Shared Function AvsPrivateCloudAddonProperties (Optional addonType As String = "Unknown", Optional provisioningState As Nullable(Of AddonProvisioningState) = Nothing) As AvsPrivateCloudAddonProperties
Parameters
- addonType
- String
Addon type.
- provisioningState
- Nullable<AddonProvisioningState>
The state of the addon provisioning.
Returns
A new AvsPrivateCloudAddonProperties instance for mocking.