Share via


AutomationSkuName Struct

Definition

Gets or sets the SKU name of the account.

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

Constructors

AutomationSkuName(String)

Initializes a new instance of AutomationSkuName.

Properties

Basic

Basic.

Free

Free.

Methods

Equals(AutomationSkuName)

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

Determines if two AutomationSkuName values are the same.

Implicit(String to AutomationSkuName)

Converts a string to a AutomationSkuName.

Inequality(AutomationSkuName, AutomationSkuName)

Determines if two AutomationSkuName values are not the same.

Applies to