次の方法で共有


SetValue コンストラクター

定義

オーバーロード

SetValue()

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

SetValue(String, String, Nullable<Boolean>)

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

SetValue()

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

public SetValue();
Public Sub New ()

適用対象

SetValue(String, String, Nullable<Boolean>)

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

public SetValue(string name, string value, bool? isSecret = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.SetValue : string * string * Nullable<bool> -> Microsoft.Azure.Management.ContainerRegistry.Models.SetValue
Public Sub New (name As String, value As String, Optional isSecret As Nullable(Of Boolean) = Nothing)

パラメーター

name
String

オーバーライド可能な値の名前。

value
String

オーバーライド可能な値。

isSecret
Nullable<Boolean>

値がシークレットを表すかどうかを示すフラグ。

適用対象