Freigeben über


PrivateLinkScopesOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt (oder aktualisiert) ein Azure Monitor PrivateLinkScope. Hinweis: Sie können keinen anderen Wert für InstrumentationKey oder AppId im Put-Vorgang angeben.

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

Parameter

operations
IPrivateLinkScopesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

scopeName
String

Der Name der Azure Monitor PrivateLinkScope-Ressource.

azureMonitorPrivateLinkScopePayload
AzureMonitorPrivateLinkScope

Eigenschaften, die angegeben werden müssen, um ein Azure Monitor PrivateLinkScope zu erstellen oder zu aktualisieren.

Gibt zurück

Gilt für: