IWithCreate Interface
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.
An AD group definition with sufficient inputs to create a new group in the cloud, but exposing additional optional inputs to specify.
public interface IWithCreate : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Definition.IWithMember, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup>
type IWithCreate = interface
interface IBeta
interface ICreatable<IActiveDirectoryGroup>
interface IIndexable
interface IWithMember
interface IWithMemberBeta
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IActiveDirectoryGroup), IWithMember
- Derived
- Implements
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<T>) |
WithMember(IActiveDirectoryGroup) |
Adds a group as a member in the group. (Inherited from IWithMemberBeta) |
WithMember(IActiveDirectoryUser) |
Adds a user as a member in the group. (Inherited from IWithMemberBeta) |
WithMember(IServicePrincipal) |
Adds a service principal as a member in the group. (Inherited from IWithMemberBeta) |
WithMember(String) |
Add a member based on its object id. The member can be a user, a group, a service principal, or an application. (Inherited from IWithMemberBeta) |
Applies to
Azure SDK for .NET