ISecurityPartnerProvidersOperations Interface

Definition

SecurityPartnerProvidersOperations operations.

public interface ISecurityPartnerProvidersOperations
type ISecurityPartnerProvidersOperations = interface
Public Interface ISecurityPartnerProvidersOperations

Methods

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

Creates or updates the specified Security Partner Provider.

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

Deletes the specified Security Partner Provider.

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

Creates or updates the specified Security Partner Provider.

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

Deletes the specified Security Partner Provider.

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

Gets the specified Security Partner Provider.

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

Lists all Security Partner Providers in a resource group.

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

Lists all Security Partner Providers in a resource group.

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

Gets all the Security Partner Providers in a subscription.

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

Gets all the Security Partner Providers in a subscription.

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates tags of a Security Partner Provider resource.

Extension Methods

BeginCreateOrUpdate(ISecurityPartnerProvidersOperations, String, String, SecurityPartnerProvider)

Creates or updates the specified Security Partner Provider.

BeginCreateOrUpdateAsync(ISecurityPartnerProvidersOperations, String, String, SecurityPartnerProvider, CancellationToken)

Creates or updates the specified Security Partner Provider.

BeginDelete(ISecurityPartnerProvidersOperations, String, String)

Deletes the specified Security Partner Provider.

BeginDeleteAsync(ISecurityPartnerProvidersOperations, String, String, CancellationToken)

Deletes the specified Security Partner Provider.

CreateOrUpdate(ISecurityPartnerProvidersOperations, String, String, SecurityPartnerProvider)

Creates or updates the specified Security Partner Provider.

CreateOrUpdateAsync(ISecurityPartnerProvidersOperations, String, String, SecurityPartnerProvider, CancellationToken)

Creates or updates the specified Security Partner Provider.

Delete(ISecurityPartnerProvidersOperations, String, String)

Deletes the specified Security Partner Provider.

DeleteAsync(ISecurityPartnerProvidersOperations, String, String, CancellationToken)

Deletes the specified Security Partner Provider.

Get(ISecurityPartnerProvidersOperations, String, String)

Gets the specified Security Partner Provider.

GetAsync(ISecurityPartnerProvidersOperations, String, String, CancellationToken)

Gets the specified Security Partner Provider.

List(ISecurityPartnerProvidersOperations)

Gets all the Security Partner Providers in a subscription.

ListAsync(ISecurityPartnerProvidersOperations, CancellationToken)

Gets all the Security Partner Providers in a subscription.

ListByResourceGroup(ISecurityPartnerProvidersOperations, String)

Lists all Security Partner Providers in a resource group.

ListByResourceGroupAsync(ISecurityPartnerProvidersOperations, String, CancellationToken)

Lists all Security Partner Providers in a resource group.

ListByResourceGroupNext(ISecurityPartnerProvidersOperations, String)

Lists all Security Partner Providers in a resource group.

ListByResourceGroupNextAsync(ISecurityPartnerProvidersOperations, String, CancellationToken)

Lists all Security Partner Providers in a resource group.

ListNext(ISecurityPartnerProvidersOperations, String)

Gets all the Security Partner Providers in a subscription.

ListNextAsync(ISecurityPartnerProvidersOperations, String, CancellationToken)

Gets all the Security Partner Providers in a subscription.

UpdateTags(ISecurityPartnerProvidersOperations, String, String, TagsObject)

Updates tags of a Security Partner Provider resource.

UpdateTagsAsync(ISecurityPartnerProvidersOperations, String, String, TagsObject, CancellationToken)

Updates tags of a Security Partner Provider resource.

Applies to