GroupsOperationsExtensions.CreateAsync 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 static System.Threading.Tasks.Task<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup> CreateAsync (this Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations operations, Microsoft.Azure.Graph.RBAC.Version1_6.Models.GroupCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations * Microsoft.Azure.Graph.RBAC.Version1_6.Models.GroupCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup>
<Extension()>
Public Function CreateAsync (operations As IGroupsOperations, parameters As GroupCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ADGroup)
Parameters
- operations
- IGroupsOperations
- parameters
- GroupCreateParameters
- cancellationToken
- CancellationToken