IDefinition Interface

Definition

Container interface for all the definitions that need to be implemented.

public interface IDefinition : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Definition.IBlank, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryGroup.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup>
type IDefinition = interface
    interface IBlank
    interface IWithEmailAlias
    interface IWithEmailAliasBeta
    interface IBeta
    interface IWithCreate
    interface ICreatable<IActiveDirectoryGroup>
    interface IIndexable
    interface IWithMember
    interface IWithMemberBeta
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IActiveDirectoryGroup), IWithCreate
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>)
WithEmailAlias(String) (Inherited from IWithEmailAliasBeta)
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