你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrganizationOperationsOperationsExtensions.Create 方法

定义

创建组织资源

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

参数

operations
IOrganizationOperationsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称

organizationName
String

组织资源名称

body
OrganizationResource

组织资源模型

返回

适用于