ApiManagementClient.GroupCreate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup GroupCreate (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context, string groupId, string name, string description, Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType? type, string externalId);
member this.GroupCreate : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext * string * string * string * Nullable<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroupType> * string -> Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGroup
Public Function GroupCreate (context As PsApiManagementContext, groupId As String, name As String, description As String, type As Nullable(Of PsApiManagementGroupType), externalId As String) As PsApiManagementGroup
Parameters
- context
- PsApiManagementContext
- groupId
- String
- name
- String
- description
- String
- externalId
- String