次の方法で共有


TrustPolicy コンストラクター

定義

オーバーロード

TrustPolicy()

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

TrustPolicy(String, String)

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

TrustPolicy()

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

public TrustPolicy ();
Public Sub New ()

適用対象

TrustPolicy(String, String)

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

public TrustPolicy (string type = default, string status = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.TrustPolicy : string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.TrustPolicy
Public Sub New (Optional type As String = Nothing, Optional status As String = Nothing)

パラメーター

type
String

信頼ポリシーの種類。 使用できる値は次のとおりです: 'Notary'

status
String

ポリシーが有効かどうかを示す値。 使用可能な値は次のとおりです: 'enabled'、'disabled'

適用対象