PrivateLinkScopesOperationsExtensions.CreateOrUpdate Méthode
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.
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.
public static Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope CreateOrUpdate (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations operations, string resourceGroupName, string scopeName, Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope azureMonitorPrivateLinkScopePayload);
static member CreateOrUpdate : Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations * string * string * Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope -> Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateLinkScopesOperations, resourceGroupName As String, scopeName As String, azureMonitorPrivateLinkScopePayload As AzureMonitorPrivateLinkScope) As AzureMonitorPrivateLinkScope
Paramètres
- operations
- IPrivateLinkScopesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- scopeName
- String
Nom de la ressource Azure Monitor PrivateLinkScope.
- azureMonitorPrivateLinkScopePayload
- AzureMonitorPrivateLinkScope
Propriétés qui doivent être spécifiées pour créer ou mettre à jour un PrivateLinkScope Azure Monitor.
Retours
S’applique à
Azure SDK for .NET