Package version:

Interface CheckNameAvailabilityRequest

The check availability request body.

interface CheckNameAvailabilityRequest {
    name?: string;
    type?: string;
}

Properties

Properties

name?: string

The name of the resource for which availability needs to be checked.

type?: string

The resource type.