Share via


FirewallBillingCycle Struct

Definition

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