IWithServiceUri<ParentT>.WithServiceUri(String) Method

Definition

Specifies the service URI for post notifications.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithAttach<ParentT> WithServiceUri (string serviceUri);
abstract member WithServiceUri : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Webhook.UpdateResource.IWithAttach<'ParentT>
Public Function WithServiceUri (serviceUri As String) As IWithAttach(Of ParentT)

Parameters

serviceUri
String

The service URI for the post notifications.

Returns

Applies to