CheckNameRequest Class

The result returned from a database check name availability request.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.digitaltwins._serialization.Model
CheckNameRequest

Constructor

CheckNameRequest(*, name: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Resource name. Required.

Variables

Name Description
name
str

Resource name. Required.

type
str

The type of resource, for instance Microsoft.DigitalTwins/digitalTwinsInstances. Required. Default value is "Microsoft.DigitalTwins/digitalTwinsInstances".

Attributes

type

type = 'Microsoft.DigitalTwins/digitalTwinsInstances'