CheckNameResponse Class
CheckNameResponse.
- Inheritance
-
azure.mgmt.powerbiembedded._serialization.ModelCheckNameResponse
Constructor
CheckNameResponse(*, name_available: bool | None = None, reason: str | _models.CheckNameReason | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name_available
|
Specifies a Boolean value that indicates whether the specified Power BI Workspace Collection name is available to use. |
reason
|
Reason why the workspace collection name cannot be used. Known values are: "Unavailable" and "Invalid". |
message
|
Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. |
Variables
Name | Description |
---|---|
name_available
|
Specifies a Boolean value that indicates whether the specified Power BI Workspace Collection name is available to use. |
reason
|
Reason why the workspace collection name cannot be used. Known values are: "Unavailable" and "Invalid". |
message
|
Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. |
Azure SDK for Python