Compartilhar via


PrivateLinkScopesOperationsExtensions Classe

Definição

Métodos de extensão para PrivateLinkScopesOperations.

public static class PrivateLinkScopesOperationsExtensions
type PrivateLinkScopesOperationsExtensions = class
Public Module PrivateLinkScopesOperationsExtensions
Herança
PrivateLinkScopesOperationsExtensions

Métodos

BeginDelete(IPrivateLinkScopesOperations, String, String)

Exclui um PrivateLinkScope do Azure Monitor.

BeginDeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

Exclui um PrivateLinkScope do Azure Monitor.

CreateOrUpdate(IPrivateLinkScopesOperations, String, String, AzureMonitorPrivateLinkScope)

Cria (ou atualiza) um PrivateLinkScope do Azure Monitor. Observação: você não pode especificar um valor diferente para InstrumentationKey nem AppId na operação Put.

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

Cria (ou atualiza) um PrivateLinkScope do Azure Monitor. Observação: você não pode especificar um valor diferente para InstrumentationKey nem AppId na operação Put.

Delete(IPrivateLinkScopesOperations, String, String)

Exclui um PrivateLinkScope do Azure Monitor.

DeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

Exclui um PrivateLinkScope do Azure Monitor.

Get(IPrivateLinkScopesOperations, String, String)

Retorna um PrivateLinkScope do Azure Monitor.

GetAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

Retorna um PrivateLinkScope do Azure Monitor.

List(IPrivateLinkScopesOperations)

Obtém uma lista de todos os PrivateLinkScopes do Azure Monitor em uma assinatura.

ListAsync(IPrivateLinkScopesOperations, CancellationToken)

Obtém uma lista de todos os PrivateLinkScopes do Azure Monitor em uma assinatura.

ListByResourceGroup(IPrivateLinkScopesOperations, String)

Obtém uma lista de PrivateLinkScopes do Azure Monitor em um grupo de recursos.

ListByResourceGroupAsync(IPrivateLinkScopesOperations, String, CancellationToken)

Obtém uma lista de PrivateLinkScopes do Azure Monitor em um grupo de recursos.

ListByResourceGroupNext(IPrivateLinkScopesOperations, String)

Obtém uma lista de PrivateLinkScopes do Azure Monitor em um grupo de recursos.

ListByResourceGroupNextAsync(IPrivateLinkScopesOperations, String, CancellationToken)

Obtém uma lista de PrivateLinkScopes do Azure Monitor em um grupo de recursos.

ListNext(IPrivateLinkScopesOperations, String)

Obtém uma lista de todos os PrivateLinkScopes do Azure Monitor em uma assinatura.

ListNextAsync(IPrivateLinkScopesOperations, String, CancellationToken)

Obtém uma lista de todos os PrivateLinkScopes do Azure Monitor em uma assinatura.

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

Atualizações as marcas de um PrivateLinkScope existente. Para atualizar outros campos, use o método CreateOrUpdate.

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

Atualizações as marcas de um PrivateLinkScope existente. Para atualizar outros campos, use o método CreateOrUpdate.

Aplica-se a