次の方法で共有


ResourceSkuRestrictionsType 構造体

定義

制限の種類。

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

コンストラクター

ResourceSkuRestrictionsType(String)

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

プロパティ

Location

場所。

メソッド

Equals(ResourceSkuRestrictionsType)

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

ToString()

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

演算子

Equality(ResourceSkuRestrictionsType, ResourceSkuRestrictionsType)

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

Implicit(String to ResourceSkuRestrictionsType)

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

Inequality(ResourceSkuRestrictionsType, ResourceSkuRestrictionsType)

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

適用対象