IPrivateLinkScopesOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations PrivateLinkScopesOperations.
public interface IPrivateLinkScopesOperations
type IPrivateLinkScopesOperations = interface
Public Interface IPrivateLinkScopesOperations
Méthodes
Méthodes d’extension
BeginDelete(IPrivateLinkScopesOperations, String, String) |
Supprime un PrivateLinkScope Azure Monitor. |
BeginDeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken) |
Supprime un PrivateLinkScope Azure Monitor. |
CreateOrUpdate(IPrivateLinkScopesOperations, String, String, AzureMonitorPrivateLinkScope) |
Crée (ou met à jour) un PrivateLinkScope Azure Monitor. Remarque : vous ne pouvez pas spécifier une valeur différente pour InstrumentationKey ou AppId dans l’opération Put. |
CreateOrUpdateAsync(IPrivateLinkScopesOperations, String, String, AzureMonitorPrivateLinkScope, CancellationToken) |
Crée (ou met à jour) un PrivateLinkScope Azure Monitor. Remarque : vous ne pouvez pas spécifier une valeur différente pour InstrumentationKey ou AppId dans l’opération Put. |
Delete(IPrivateLinkScopesOperations, String, String) |
Supprime un PrivateLinkScope Azure Monitor. |
DeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken) |
Supprime un PrivateLinkScope Azure Monitor. |
Get(IPrivateLinkScopesOperations, String, String) |
Retourne un PrivateLinkScope Azure Monitor. |
GetAsync(IPrivateLinkScopesOperations, String, String, CancellationToken) |
Retourne un PrivateLinkScope Azure Monitor. |
List(IPrivateLinkScopesOperations) |
Obtient la liste de tous les PrivateLinkScopes Azure Monitor au sein d’un abonnement. |
ListAsync(IPrivateLinkScopesOperations, CancellationToken) |
Obtient la liste de tous les PrivateLinkScopes Azure Monitor au sein d’un abonnement. |
ListByResourceGroup(IPrivateLinkScopesOperations, String) |
Obtient la liste des PrivateLinkScopes Azure Monitor au sein d’un groupe de ressources. |
ListByResourceGroupAsync(IPrivateLinkScopesOperations, String, CancellationToken) |
Obtient la liste des PrivateLinkScopes Azure Monitor au sein d’un groupe de ressources. |
ListByResourceGroupNext(IPrivateLinkScopesOperations, String) |
Obtient la liste des PrivateLinkScopes Azure Monitor au sein d’un groupe de ressources. |
ListByResourceGroupNextAsync(IPrivateLinkScopesOperations, String, CancellationToken) |
Obtient la liste des PrivateLinkScopes Azure Monitor au sein d’un groupe de ressources. |
ListNext(IPrivateLinkScopesOperations, String) |
Obtient la liste de tous les PrivateLinkScopes Azure Monitor au sein d’un abonnement. |
ListNextAsync(IPrivateLinkScopesOperations, String, CancellationToken) |
Obtient la liste de tous les PrivateLinkScopes Azure Monitor au sein d’un abonnement. |
UpdateTags(IPrivateLinkScopesOperations, String, String, IDictionary<String,String>) |
Mises à jour les balises d’un PrivateLinkScope existant. Pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate. |
UpdateTagsAsync(IPrivateLinkScopesOperations, String, String, IDictionary<String,String>, CancellationToken) |
Mises à jour les balises d’un PrivateLinkScope existant. Pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate. |
S’applique à
Azure SDK for .NET