次の方法で共有


TenantFileWorkspaceCollection.GetIfExists(String, CancellationToken) メソッド

定義

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/プロバイダー/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}
  • 操作IdFileWorkspacesNoSubscription_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Support.TenantFileWorkspaceResource> GetIfExists (string fileWorkspaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Support.TenantFileWorkspaceResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Support.TenantFileWorkspaceResource>
Public Overridable Function GetIfExists (fileWorkspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of TenantFileWorkspaceResource)

パラメーター

fileWorkspaceName
String

ファイル ワークスペース名。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

fileWorkspaceName は空の文字列であり、空でないと予想されていました。

fileWorkspaceName が null です。

適用対象