FirewallBillingCycle Struct
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.
Billing cycle.
public readonly struct FirewallBillingCycle : IEquatable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBillingCycle>
type FirewallBillingCycle = struct
Public Structure FirewallBillingCycle
Implements IEquatable(Of FirewallBillingCycle)
- Inheritance
-
FirewallBillingCycle
- Implements
Constructors
FirewallBillingCycle(String) |
Initializes a new instance of FirewallBillingCycle. |
Properties
Monthly |
MONTHLY. |
Weekly |
WEEKLY. |
Methods
Equals(FirewallBillingCycle) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(FirewallBillingCycle, FirewallBillingCycle) |
Determines if two FirewallBillingCycle values are the same. |
Implicit(String to FirewallBillingCycle) |
Converts a string to a FirewallBillingCycle. |
Inequality(FirewallBillingCycle, FirewallBillingCycle) |
Determines if two FirewallBillingCycle values are not the same. |
Applies to
Azure SDK for .NET