次の方法で共有


CollectionOperationsExtensions クラス

定義

RmoteApp 管理クライアント

public static class CollectionOperationsExtensions
type CollectionOperationsExtensions = class
Public Module CollectionOperationsExtensions
継承
CollectionOperationsExtensions

メソッド

Create(ICollectionOperations, Boolean, CollectionCreationDetails)

指定した詳細を含むコレクションを作成します。

CreateAsync(ICollectionOperations, Boolean, CollectionCreationDetails)

指定した詳細を含むコレクションを作成します。

Delete(ICollectionOperations, String)

指定されたコレクションを削除します。

DeleteAsync(ICollectionOperations, String)

指定されたコレクションを削除します。

DisconnectSession(ICollectionOperations, String, SessionCommandParameter)

ユーザー UPN に関連付けられているセッションを切断します

DisconnectSessionAsync(ICollectionOperations, String, SessionCommandParameter)

ユーザー UPN に関連付けられているセッションを切断します

Get(ICollectionOperations, String)

特定のコレクションの結果を返します

GetAd(ICollectionOperations, String)

指定した Active Directory の構成を返します。

GetAdAsync(ICollectionOperations, String)

指定した Active Directory の構成を返します。

GetAsync(ICollectionOperations, String)

特定のコレクションの結果を返します

GetUsageDetails(ICollectionOperations, String, String, String, String)

要求された期間のコレクションの使用状況の概要を取得します。

GetUsageDetailsAsync(ICollectionOperations, String, String, String, String)

要求された期間のコレクションの使用状況の概要を取得します。

GetUsageSummary(ICollectionOperations, String, String, String)

要求された期間のコレクションの使用状況の概要を取得します。

GetUsageSummaryAsync(ICollectionOperations, String, String, String)

要求された期間のコレクションの使用状況の概要を取得します。

List(ICollectionOperations)

サブスクリプション ID で現在使用できるすべてのコレクションの一覧を返します

ListAsync(ICollectionOperations)

サブスクリプション ID で現在使用できるすべてのコレクションの一覧を返します

ListSessions(ICollectionOperations, String)

コレクション内のすべてのセッションの一覧を取得します。

ListSessionsAsync(ICollectionOperations, String)

コレクション内のすべてのセッションの一覧を取得します。

ListVms(ICollectionOperations, String)

コレクション内のすべての仮想マシンの一覧を取得します。

ListVmsAsync(ICollectionOperations, String)

コレクション内のすべての仮想マシンの一覧を取得します。

LogoffSession(ICollectionOperations, String, SessionCommandParameter)

ユーザー UPN に関連付けられているセッションをログオフします

LogoffSessionAsync(ICollectionOperations, String, SessionCommandParameter)

ユーザー UPN に関連付けられているセッションをログオフします

RegionList(ICollectionOperations)

サブスクリプションのコレクションを作成できるすべてのリージョンの一覧を取得します。

RegionListAsync(ICollectionOperations)

サブスクリプションのコレクションを作成できるすべてのリージョンの一覧を取得します。

RestartVm(ICollectionOperations, String, RestartVmCommandParameter)

コレクションに関連付けられている VM を再起動します。

RestartVmAsync(ICollectionOperations, String, RestartVmCommandParameter)

コレクションに関連付けられている VM を再起動します。

SendMessageToSession(ICollectionOperations, String, SessionSendMessageCommandParameter)

ユーザー UPN に関連付けられているセッションにメッセージを送信します

SendMessageToSessionAsync(ICollectionOperations, String, SessionSendMessageCommandParameter)

ユーザー UPN に関連付けられているセッションにメッセージを送信します

Set(ICollectionOperations, String, Boolean, Boolean, CollectionUpdateDetails)

指定された ID を持つコレクションに新しい情報を設定します。

SetAd(ICollectionOperations, String, ActiveDirectoryConfigParameter)

指定した Active Directory の構成を更新します。

SetAdAsync(ICollectionOperations, String, ActiveDirectoryConfigParameter)

指定した Active Directory の構成を更新します。

SetAsync(ICollectionOperations, String, Boolean, Boolean, CollectionUpdateDetails)

指定された ID を持つコレクションに新しい情報を設定します。

適用対象