RegistrationDefinitionsOperationsExtensions.Delete Method

Definition

Deletes the registration definition.

public static void Delete (this Microsoft.Azure.Management.ManagedServices.IRegistrationDefinitionsOperations operations, string registrationDefinitionId, string scope);
static member Delete : Microsoft.Azure.Management.ManagedServices.IRegistrationDefinitionsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IRegistrationDefinitionsOperations, registrationDefinitionId As String, scope As String)

Parameters

operations
IRegistrationDefinitionsOperations

The operations group for this extension method.

registrationDefinitionId
String

Guid of the registration definition.

scope
String

Scope of the resource.

Applies to