다음을 통해 공유


PrivateLinkScopesOperationsExtensions Class

Definition

Extension methods for PrivateLinkScopesOperations.

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

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