次の方法で共有


IWithWebhook.WithoutWebhook(String) メソッド

定義

コンテナー レジストリから Webhook を削除します。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IUpdate WithoutWebhook (string name);
abstract member WithoutWebhook : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IUpdate
Public Function WithoutWebhook (name As String) As IUpdate

パラメーター

name
String

削除する Webhook の名前。

戻り値

適用対象