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.
Initializes a new instance of AvsPrivateCloudAddonProperties.
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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET