IWithServiceUri.WithServiceUri(String) Method

Definition

Specifies the service URI for post notifications.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate WithServiceUri (string serviceUri);
abstract member WithServiceUri : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.Update.IUpdate
Public Function WithServiceUri (serviceUri As String) As IUpdate

Parameters

serviceUri
String

The service URI for the post notifications.

Returns

Applies to