Freigeben über


ResourcesOperationsExtensions.CreateOrUpdate Methode

Definition

Dient zum Erstellen einer Ressource.

public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource CreateOrUpdate (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -> Microsoft.Azure.Management.ResourceManager.Models.GenericResource
<Extension()>
Public Function CreateOrUpdate (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource) As GenericResource

Parameter

operations
IResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

resourceProviderNamespace
String

Der Namespace des Ressourcenanbieters.

parentResourcePath
String

Die identität der übergeordneten Ressource.

resourceType
String

Der Ressourcentyp der zu erstellenden Ressource.

resourceName
String

ist der Name der zu erstellenden Ressource.

apiVersion
String

Die API-Version, die für den Vorgang verwendet werden soll.

parameters
GenericResource

Parameter zum Erstellen oder Aktualisieren der Ressource.

Gibt zurück

Gilt für: