次の方法で共有


IServerTrustGroupsOperations インターフェイス

定義

ServerTrustGroupsOperations 操作。

public interface IServerTrustGroupsOperations
type IServerTrustGroupsOperations = interface
Public Interface IServerTrustGroupsOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ServerTrustGroup, Dictionary<String,List<String>>, CancellationToken)

サーバー信頼グループを作成または更新します。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

サーバー信頼グループを削除します。

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ServerTrustGroup, Dictionary<String,List<String>>, CancellationToken)

サーバー信頼グループを作成または更新します。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

サーバー信頼グループを削除します。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

サーバー信頼グループを取得します。

ListByInstanceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

インスタンス名でサーバー信頼グループを取得します。

ListByInstanceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

インスタンス名でサーバー信頼グループを取得します。

ListByLocationNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

サーバー信頼グループを一覧表示します。

ListByLocationWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

サーバー信頼グループを一覧表示します。

拡張メソッド

BeginCreateOrUpdate(IServerTrustGroupsOperations, String, String, String, ServerTrustGroup)

サーバー信頼グループを作成または更新します。

BeginCreateOrUpdateAsync(IServerTrustGroupsOperations, String, String, String, ServerTrustGroup, CancellationToken)

サーバー信頼グループを作成または更新します。

BeginDelete(IServerTrustGroupsOperations, String, String, String)

サーバー信頼グループを削除します。

BeginDeleteAsync(IServerTrustGroupsOperations, String, String, String, CancellationToken)

サーバー信頼グループを削除します。

CreateOrUpdate(IServerTrustGroupsOperations, String, String, String, ServerTrustGroup)

サーバー信頼グループを作成または更新します。

CreateOrUpdateAsync(IServerTrustGroupsOperations, String, String, String, ServerTrustGroup, CancellationToken)

サーバー信頼グループを作成または更新します。

Delete(IServerTrustGroupsOperations, String, String, String)

サーバー信頼グループを削除します。

DeleteAsync(IServerTrustGroupsOperations, String, String, String, CancellationToken)

サーバー信頼グループを削除します。

Get(IServerTrustGroupsOperations, String, String, String)

サーバー信頼グループを取得します。

GetAsync(IServerTrustGroupsOperations, String, String, String, CancellationToken)

サーバー信頼グループを取得します。

ListByInstance(IServerTrustGroupsOperations, String, String)

インスタンス名でサーバー信頼グループを取得します。

ListByInstanceAsync(IServerTrustGroupsOperations, String, String, CancellationToken)

インスタンス名でサーバー信頼グループを取得します。

ListByInstanceNext(IServerTrustGroupsOperations, String)

インスタンス名でサーバー信頼グループを取得します。

ListByInstanceNextAsync(IServerTrustGroupsOperations, String, CancellationToken)

インスタンス名でサーバー信頼グループを取得します。

ListByLocation(IServerTrustGroupsOperations, String, String)

サーバー信頼グループを一覧表示します。

ListByLocationAsync(IServerTrustGroupsOperations, String, String, CancellationToken)

サーバー信頼グループを一覧表示します。

ListByLocationNext(IServerTrustGroupsOperations, String)

サーバー信頼グループを一覧表示します。

ListByLocationNextAsync(IServerTrustGroupsOperations, String, CancellationToken)

サーバー信頼グループを一覧表示します。

適用対象