CheckNameResponse Constructors
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.
Overloads
CheckNameResponse() |
Initializes a new instance of the CheckNameResponse class. |
CheckNameResponse(Nullable<Boolean>, String, String) |
Initializes a new instance of the CheckNameResponse class. |
CheckNameResponse()
Initializes a new instance of the CheckNameResponse class.
public CheckNameResponse();
Public Sub New ()
Applies to
CheckNameResponse(Nullable<Boolean>, String, String)
Initializes a new instance of the CheckNameResponse class.
public CheckNameResponse(bool? nameAvailable = default, string reason = default, string message = default);
new Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameResponse : Nullable<bool> * string * string -> Microsoft.Azure.Management.PowerBIEmbedded.Models.CheckNameResponse
Public Sub New (Optional nameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing)
Parameters
- reason
- String
- message
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET