IActiveDirectoryApplication 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 immutable client-side representation of an Azure AD application.
public interface IActiveDirectoryApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ApplicationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Update.IUpdate>
type IActiveDirectoryApplication = interface
interface IBeta
interface IActiveDirectoryObject
interface IIndexable
interface IHasId
interface IHasName
interface IHasManager<GraphRbacManager>
interface IHasInner<ApplicationInner>
interface IUpdatable<IUpdate>
Public Interface IActiveDirectoryApplication
Implements IActiveDirectoryObject, IBeta, IHasId, IHasInner(Of ApplicationInner), IHasManager(Of GraphRbacManager), IHasName, IIndexable, IUpdatable(Of IUpdate)
- Derived
- Implements
Properties
ApplicationId |
Gets the application ID. |
ApplicationPermissions |
Gets the application permissions. |
AvailableToOtherTenants |
Gets whether the application is be available to other tenants. |
CertificateCredentials |
Gets the mapping of certificate credentials from their ids. |
Id |
Gets the resource id string (Inherited from IHasId) |
IdentifierUris |
Gets a collection of URIs for the application. |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
PasswordCredentials |
Gets the mapping of password credentials from their ids. |
ReplyUrls |
Gets a collection of reply URLs for the application. |
SignOnUrl |
Gets the home page of the application. |
Methods
Update() | (Inherited from IUpdatable<T>) |
Applies to
Azure SDK for .NET