CheckNameResult Class
The result returned from a check name availability request.
- Inheritance
-
CheckNameResult
Constructor
CheckNameResult(*, name_available: Optional[bool] = None, name: Optional[str] = None, message: Optional[str] = None, reason: Optional[Union[str, azure.mgmt.digitaltwins.v2020_03_01_preview.models._azure_digital_twins_management_client_enums.Reason]] = None, **kwargs)
Variables
- name_available
- bool
Specifies a Boolean value that indicates if the name is available.
- name
- str
The name that was checked.
- message
- str
Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.
Feedback
Submit and view feedback for