ServiceFabricManagedClustersSkuName 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 Name.
public readonly struct ServiceFabricManagedClustersSkuName : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClustersSkuName>
type ServiceFabricManagedClustersSkuName = struct
Public Structure ServiceFabricManagedClustersSkuName
Implements IEquatable(Of ServiceFabricManagedClustersSkuName)
- Inheritance
-
ServiceFabricManagedClustersSkuName
- Implements
Constructors
ServiceFabricManagedClustersSkuName(String) |
Initializes a new instance of ServiceFabricManagedClustersSkuName. |
Properties
Basic |
Basic requires a minimum of 3 nodes and allows only 1 node type. |
Standard |
Requires a minimum of 5 nodes and allows 1 or more node type. |
Methods
Equals(ServiceFabricManagedClustersSkuName) |
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(ServiceFabricManagedClustersSkuName, ServiceFabricManagedClustersSkuName) |
Determines if two ServiceFabricManagedClustersSkuName values are the same. |
Implicit(String to ServiceFabricManagedClustersSkuName) |
Converts a string to a ServiceFabricManagedClustersSkuName. |
Inequality(ServiceFabricManagedClustersSkuName, ServiceFabricManagedClustersSkuName) |
Determines if two ServiceFabricManagedClustersSkuName values are not the same. |
Applies to
Azure SDK for .NET