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
| Name | Description |
|---|---|
| FirewallBillingCycle(String) |
Initializes a new instance of FirewallBillingCycle. |
Properties
| Name | Description |
|---|---|
| Monthly |
Gets the Monthly. |
| Weekly |
Gets the Weekly. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(FirewallBillingCycle, FirewallBillingCycle) |
Determines if two FirewallBillingCycle values are the same. |
| Implicit(String to FirewallBillingCycle) |
Converts a string to a FirewallBillingCycle. |
| Implicit(String to Nullable<FirewallBillingCycle>) | |
| Inequality(FirewallBillingCycle, FirewallBillingCycle) |
Determines if two FirewallBillingCycle values are not the same. |