VMwareFirewallLicenseProperties(Int32, DateTimeOffset) Constructor
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 VMwareFirewallLicenseProperties.
public VMwareFirewallLicenseProperties(int cores, DateTimeOffset endOn);
new Azure.ResourceManager.Avs.Models.VMwareFirewallLicenseProperties : int * DateTimeOffset -> Azure.ResourceManager.Avs.Models.VMwareFirewallLicenseProperties
Public Sub New (cores As Integer, endOn As DateTimeOffset)
Parameters
- cores
- Int32
Number of cores included in the license, measured per hour.
- endOn
- DateTimeOffset
UTC datetime when the license expires.