BastionHostSkuName 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 name of the sku of this Bastion Host.
public readonly struct BastionHostSkuName : IEquatable<Azure.ResourceManager.Network.Models.BastionHostSkuName>
type BastionHostSkuName = struct
Public Structure BastionHostSkuName
Implements IEquatable(Of BastionHostSkuName)
- Inheritance
-
BastionHostSkuName
- Implements
Constructors
BastionHostSkuName(String) |
Initializes a new instance of BastionHostSkuName. |
Properties
Basic |
Basic. |
Developer |
Developer. |
Premium |
Premium. |
Standard |
Standard. |
Methods
Equals(BastionHostSkuName) |
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(BastionHostSkuName, BastionHostSkuName) |
Determines if two BastionHostSkuName values are the same. |
Implicit(String to BastionHostSkuName) |
Converts a string to a BastionHostSkuName. |
Inequality(BastionHostSkuName, BastionHostSkuName) |
Determines if two BastionHostSkuName values are not the same. |
Applies to
Azure SDK for .NET