ArmAvsModelFactory.AvsLicenseProperties 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 a license Please note this is the abstract base class. The derived classes available for instantiation are: VMwareFirewallLicenseProperties.
public static Azure.ResourceManager.Avs.Models.AvsLicenseProperties AvsLicenseProperties(string kind = default, Azure.ResourceManager.Avs.Models.AvsLicenseProvisioningState? provisioningState = default);
static member AvsLicenseProperties : string * Nullable<Azure.ResourceManager.Avs.Models.AvsLicenseProvisioningState> -> Azure.ResourceManager.Avs.Models.AvsLicenseProperties
Public Shared Function AvsLicenseProperties (Optional kind As String = Nothing, Optional provisioningState As Nullable(Of AvsLicenseProvisioningState) = Nothing) As AvsLicenseProperties
Parameters
- kind
- String
License kind.
- provisioningState
- Nullable<AvsLicenseProvisioningState>
The state of the license provisioning.
Returns
A new AvsLicenseProperties instance for mocking.