OrganizationOperationsOperationsExtensions.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen einer Organisationsressource
public static Microsoft.Azure.Management.Confluent.Models.OrganizationResource Create (this Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations operations, string resourceGroupName, string organizationName, Microsoft.Azure.Management.Confluent.Models.OrganizationResource body = default);
static member Create : Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations * string * string * Microsoft.Azure.Management.Confluent.Models.OrganizationResource -> Microsoft.Azure.Management.Confluent.Models.OrganizationResource
<Extension()>
Public Function Create (operations As IOrganizationOperationsOperations, resourceGroupName As String, organizationName As String, Optional body As OrganizationResource = Nothing) As OrganizationResource
Parameter
- operations
- IOrganizationOperationsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Ressourcengruppenname
- organizationName
- String
Organisationsressourcenname
- body
- OrganizationResource
Organisationsressourcenmodell
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET