IServerTrustGroupsOperations Interface

Definition

ServerTrustGroupsOperations operations.

public interface IServerTrustGroupsOperations
type IServerTrustGroupsOperations = interface
Public Interface IServerTrustGroupsOperations

Methods

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

Creates or updates a server trust group.

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

Deletes a server trust group.

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

Creates or updates a server trust group.

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

Deletes a server trust group.

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

Gets a server trust group.

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

Gets a server trust groups by instance name.

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

Gets a server trust groups by instance name.

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

Lists a server trust group.

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

Lists a server trust group.

Extension Methods

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

Creates or updates a server trust group.

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

Creates or updates a server trust group.

BeginDelete(IServerTrustGroupsOperations, String, String, String)

Deletes a server trust group.

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

Deletes a server trust group.

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

Creates or updates a server trust group.

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

Creates or updates a server trust group.

Delete(IServerTrustGroupsOperations, String, String, String)

Deletes a server trust group.

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

Deletes a server trust group.

Get(IServerTrustGroupsOperations, String, String, String)

Gets a server trust group.

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

Gets a server trust group.

ListByInstance(IServerTrustGroupsOperations, String, String)

Gets a server trust groups by instance name.

ListByInstanceAsync(IServerTrustGroupsOperations, String, String, CancellationToken)

Gets a server trust groups by instance name.

ListByInstanceNext(IServerTrustGroupsOperations, String)

Gets a server trust groups by instance name.

ListByInstanceNextAsync(IServerTrustGroupsOperations, String, CancellationToken)

Gets a server trust groups by instance name.

ListByLocation(IServerTrustGroupsOperations, String, String)

Lists a server trust group.

ListByLocationAsync(IServerTrustGroupsOperations, String, String, CancellationToken)

Lists a server trust group.

ListByLocationNext(IServerTrustGroupsOperations, String)

Lists a server trust group.

ListByLocationNextAsync(IServerTrustGroupsOperations, String, CancellationToken)

Lists a server trust group.

Applies to