IPrivateLinkScopesOperations Interface

Definition

PrivateLinkScopesOperations operations.

public interface IPrivateLinkScopesOperations
type IPrivateLinkScopesOperations = interface
Public Interface IPrivateLinkScopesOperations

Methods

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

Deletes a Azure Monitor PrivateLinkScope.

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

Creates (or updates) a Azure Monitor PrivateLinkScope. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.

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

Deletes a Azure Monitor PrivateLinkScope.

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

Returns a Azure Monitor PrivateLinkScope.

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

Gets a list of Azure Monitor PrivateLinkScopes within a resource group.

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

Gets a list of Azure Monitor PrivateLinkScopes within a resource group.

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

Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.

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

Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.

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

Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.

Extension Methods

BeginDelete(IPrivateLinkScopesOperations, String, String)

Deletes a Azure Monitor PrivateLinkScope.

BeginDeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

Deletes a Azure Monitor PrivateLinkScope.

CreateOrUpdate(IPrivateLinkScopesOperations, String, String, AzureMonitorPrivateLinkScope)

Creates (or updates) a Azure Monitor PrivateLinkScope. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.

CreateOrUpdateAsync(IPrivateLinkScopesOperations, String, String, AzureMonitorPrivateLinkScope, CancellationToken)

Creates (or updates) a Azure Monitor PrivateLinkScope. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.

Delete(IPrivateLinkScopesOperations, String, String)

Deletes a Azure Monitor PrivateLinkScope.

DeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

Deletes a Azure Monitor PrivateLinkScope.

Get(IPrivateLinkScopesOperations, String, String)

Returns a Azure Monitor PrivateLinkScope.

GetAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

Returns a Azure Monitor PrivateLinkScope.

List(IPrivateLinkScopesOperations)

Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.

ListAsync(IPrivateLinkScopesOperations, CancellationToken)

Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.

ListByResourceGroup(IPrivateLinkScopesOperations, String)

Gets a list of Azure Monitor PrivateLinkScopes within a resource group.

ListByResourceGroupAsync(IPrivateLinkScopesOperations, String, CancellationToken)

Gets a list of Azure Monitor PrivateLinkScopes within a resource group.

ListByResourceGroupNext(IPrivateLinkScopesOperations, String)

Gets a list of Azure Monitor PrivateLinkScopes within a resource group.

ListByResourceGroupNextAsync(IPrivateLinkScopesOperations, String, CancellationToken)

Gets a list of Azure Monitor PrivateLinkScopes within a resource group.

ListNext(IPrivateLinkScopesOperations, String)

Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.

ListNextAsync(IPrivateLinkScopesOperations, String, CancellationToken)

Gets a list of all Azure Monitor PrivateLinkScopes within a subscription.

UpdateTags(IPrivateLinkScopesOperations, String, String, IDictionary<String,String>)

Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.

UpdateTagsAsync(IPrivateLinkScopesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.

Applies to