CheckNameResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class CheckNameResponse
type CheckNameResponse = class
Public Class CheckNameResponse
- Inheritance
-
CheckNameResponse
Constructors
CheckNameResponse() |
Initializes a new instance of the CheckNameResponse class. |
CheckNameResponse(Nullable<Boolean>, String, String) |
Initializes a new instance of the CheckNameResponse class. |
Properties
Message |
Gets or sets message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. |
NameAvailable |
Gets or sets specifies a Boolean value that indicates whether the specified Power BI Workspace Collection name is available to use. |
Reason |
Gets or sets reason why the workspace collection name cannot be used. Possible values include: 'Unavailable', 'Invalid' |
Applies to
Azure SDK for .NET