IWithEndpoint.WithoutEndpoint(String) Method

Definition

Removes an endpoint from the profile.

public Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate WithoutEndpoint (string name);
abstract member WithoutEndpoint : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate
Public Function WithoutEndpoint (name As String) As IUpdate

Parameters

name
String

The name of an existing endpoint.

Returns

Applies to