你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CheckNameResponse 构造函数

定义

重载

CheckNameResponse()

初始化 CheckNameResponse 类的新实例。

CheckNameResponse(Nullable<Boolean>, String, String)

初始化 CheckNameResponse 类的新实例。

CheckNameResponse()

初始化 CheckNameResponse 类的新实例。

public CheckNameResponse ();
Public Sub New ()

适用于

CheckNameResponse(Nullable<Boolean>, String, String)

初始化 CheckNameResponse 类的新实例。

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)

参数

nameAvailable
Nullable<Boolean>
reason
String
message
String

适用于