Compartilhar via


IPrivateLinkScopesOperations Interface

Definição

Operações privateLinkScopesOperations.

public interface IPrivateLinkScopesOperations
type IPrivateLinkScopesOperations = interface
Public Interface IPrivateLinkScopesOperations

Métodos

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

Exclui um PrivateLinkScope do Azure Monitor.

CreateOrUpdateWithHttpMessagesAsync(String, String, AzureMonitorPrivateLinkScope, Dictionary<String,List<String>>, 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.

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

Exclui um PrivateLinkScope do Azure Monitor.

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

Retorna um PrivateLinkScope do Azure Monitor.

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

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

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

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

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

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

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

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

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

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

Métodos de Extensão

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 existentes. Para atualizar outros campos, use o método CreateOrUpdate.

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

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

Aplica-se a