次の方法で共有


IWithDefaultStatus.Enabled(Boolean) メソッド

定義

Webhook の既定の状態を指定します。default は "enabled" です。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate Enabled(bool defaultStatus);
abstract member Enabled : bool -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate
Public Function Enabled (defaultStatus As Boolean) As IUpdate

パラメーター

defaultStatus
Boolean

作成後に Webhook が有効か無効かを示します。

戻り値

適用対象