UsagePlanType Struct

Definition

The type of usage plan.

public readonly struct UsagePlanType : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.UsagePlanType>
type UsagePlanType = struct
Public Structure UsagePlanType
Implements IEquatable(Of UsagePlanType)
Inheritance
UsagePlanType
Implements

Constructors

Name Description
UsagePlanType(String)

Initializes a new instance of UsagePlanType.

Properties

Name Description
Basic

Basic usage plan with restricted functionality without any charges.

Standard

Standard usage plan with comprehensive functionality and usage based charges.

Methods

Name Description
Equals(UsagePlanType)

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(UsagePlanType, UsagePlanType)

Determines if two UsagePlanType values are the same.

Implicit(String to Nullable<UsagePlanType>)
Implicit(String to UsagePlanType)

Converts a string to a UsagePlanType.

Inequality(UsagePlanType, UsagePlanType)

Determines if two UsagePlanType values are not the same.

Applies to