SecurityPartnerProvidersOperationsExtensions Class

Definition

Extension methods for SecurityPartnerProvidersOperations.

public static class SecurityPartnerProvidersOperationsExtensions
type SecurityPartnerProvidersOperationsExtensions = class
Public Module SecurityPartnerProvidersOperationsExtensions
Inheritance
SecurityPartnerProvidersOperationsExtensions

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