次の方法で共有


CloudServiceSlotType 構造体

定義

クラウド サービスのスロットの種類。 使用できる値は br </br /><>Production<br /br />><Staging<br /br /><> If not specified, the default value is Production.

public readonly struct CloudServiceSlotType : IEquatable<Azure.ResourceManager.Compute.Models.CloudServiceSlotType>
type CloudServiceSlotType = struct
Public Structure CloudServiceSlotType
Implements IEquatable(Of CloudServiceSlotType)
継承
CloudServiceSlotType
実装

コンストラクター

CloudServiceSlotType(String)

CloudServiceSlotType の新しいインスタンスを初期化します。

プロパティ

Production

運用。

Staging

ステージング。

メソッド

Equals(CloudServiceSlotType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CloudServiceSlotType, CloudServiceSlotType)

2 つの CloudServiceSlotType 値が同じかどうかを判断します。

Implicit(String to CloudServiceSlotType)

文字列を CloudServiceSlotType に変換します。

Inequality(CloudServiceSlotType, CloudServiceSlotType)

2 つの CloudServiceSlotType 値が同じでないかどうかを判断します。

適用対象