ArcDeploymentSkuName 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.
SKU for an Arc deployment.
public readonly struct ArcDeploymentSkuName : IEquatable<Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentSkuName>
type ArcDeploymentSkuName = struct
Public Structure ArcDeploymentSkuName
Implements IEquatable(Of ArcDeploymentSkuName)
- Inheritance
-
ArcDeploymentSkuName
- Implements
Constructors
| Name | Description |
|---|---|
| ArcDeploymentSkuName(String) |
Initializes a new instance of ArcDeploymentSkuName. |
Properties
| Name | Description |
|---|---|
| Arc |
Arc SKU. |
Methods
| Name | Description |
|---|---|
| Equals(ArcDeploymentSkuName) |
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(ArcDeploymentSkuName, ArcDeploymentSkuName) |
Determines if two ArcDeploymentSkuName values are the same. |
| Implicit(String to ArcDeploymentSkuName) |
Converts a string to a ArcDeploymentSkuName. |
| Implicit(String to Nullable<ArcDeploymentSkuName>) | |
| Inequality(ArcDeploymentSkuName, ArcDeploymentSkuName) |
Determines if two ArcDeploymentSkuName values are not the same. |