次の方法で共有


IWithDefaultStatus<ParentT>.Enabled(Boolean) メソッド

定義

webhook の既定の状態を更新します。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithAttach<ParentT> Enabled(bool defaultStatus);
abstract member Enabled : bool -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithAttach<'ParentT>
Public Function Enabled (defaultStatus As Boolean) As IWithAttach(Of ParentT)

パラメーター

defaultStatus
Boolean

作成後に Webhook を有効または無効にするかどうかを示します。

戻り値

適用対象