次の方法で共有


ScopeProperties コンストラクター

定義

オーバーロード

ScopeProperties()

ScopeProperties クラスの新しいインスタンスを初期化します。

ScopeProperties(String, Nullable<Boolean>)

ScopeProperties クラスの新しいインスタンスを初期化します。

ScopeProperties()

ScopeProperties クラスの新しいインスタンスを初期化します。

public ScopeProperties ();
Public Sub New ()

適用対象

ScopeProperties(String, Nullable<Boolean>)

ScopeProperties クラスの新しいインスタンスを初期化します。

public ScopeProperties (string scope = default, bool? valid = default);
new Microsoft.Azure.Management.Reservations.Models.ScopeProperties : string * Nullable<bool> -> Microsoft.Azure.Management.Reservations.Models.ScopeProperties
Public Sub New (Optional scope As String = Nothing, Optional valid As Nullable(Of Boolean) = Nothing)

パラメーター

scope
String
valid
Nullable<Boolean>

適用対象