ManagedClusterBastionSku 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.
The SKU of the managed Azure Bastion. The default is 'Standard'. See https://aka.ms/aks/BastionSKUs for more information about the differences between Azure Bastion SKUs.
public readonly struct ManagedClusterBastionSku : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterBastionSku>
type ManagedClusterBastionSku = struct
Public Structure ManagedClusterBastionSku
Implements IEquatable(Of ManagedClusterBastionSku)
- Inheritance
-
ManagedClusterBastionSku
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterBastionSku(String) |
Initializes a new instance of ManagedClusterBastionSku. |
Properties
| Name | Description |
|---|---|
| Premium |
Use the premium SKU of Azure Bastion. |
| Standard |
Use the standard SKU of Azure Bastion. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedClusterBastionSku) |
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(ManagedClusterBastionSku, ManagedClusterBastionSku) |
Determines if two ManagedClusterBastionSku values are the same. |
| Implicit(String to ManagedClusterBastionSku) |
Converts a string to a ManagedClusterBastionSku. |
| Implicit(String to Nullable<ManagedClusterBastionSku>) | |
| Inequality(ManagedClusterBastionSku, ManagedClusterBastionSku) |
Determines if two ManagedClusterBastionSku values are not the same. |