AutomationSkuName 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.
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
Azure SDK for .NET