共用方式為


BastionHostSkuName Struct

Definition

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