azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

98 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication"
name: "ActiveDirectoryApplication"
nameWithType: "ActiveDirectoryApplication"
summary: "An immutable client-side representation of an Azure AD application."
syntax: "public interface **ActiveDirectoryApplication**</br> extends <xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.implementation.ApplicationInner?alt=com.microsoft.azure.management.graphrbac.implementation.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.Update?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.applicationId()"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.applicationId()"
name: "applicationId()"
nameWithType: "ActiveDirectoryApplication.applicationId()"
modifiers:
- "abstract"
syntax: "public abstract String applicationId()"
returns:
description: "the application ID"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.applicationPermissions()"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.applicationPermissions()"
name: "applicationPermissions()"
nameWithType: "ActiveDirectoryApplication.applicationPermissions()"
modifiers:
- "abstract"
syntax: "public abstract List<String> applicationPermissions()"
returns:
description: "the application permissions"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.availableToOtherTenants()"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.availableToOtherTenants()"
name: "availableToOtherTenants()"
nameWithType: "ActiveDirectoryApplication.availableToOtherTenants()"
modifiers:
- "abstract"
syntax: "public abstract boolean availableToOtherTenants()"
returns:
description: "whether the application is be available to other tenants"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.certificateCredentials()"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.certificateCredentials()"
name: "certificateCredentials()"
nameWithType: "ActiveDirectoryApplication.certificateCredentials()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,CertificateCredential> certificateCredentials()"
returns:
description: "the mapping of certificate credentials from their names"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.graphrbac.CertificateCredential?alt=com.microsoft.azure.management.graphrbac.CertificateCredential&text=CertificateCredential\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.identifierUris()"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.identifierUris()"
name: "identifierUris()"
nameWithType: "ActiveDirectoryApplication.identifierUris()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> identifierUris()"
returns:
description: "a collection of URIs for the application"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.passwordCredentials()"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.passwordCredentials()"
name: "passwordCredentials()"
nameWithType: "ActiveDirectoryApplication.passwordCredentials()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,PasswordCredential> passwordCredentials()"
returns:
description: "the mapping of password credentials from their names"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.graphrbac.PasswordCredential?alt=com.microsoft.azure.management.graphrbac.PasswordCredential&text=PasswordCredential\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.replyUrls()"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.replyUrls()"
name: "replyUrls()"
nameWithType: "ActiveDirectoryApplication.replyUrls()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> replyUrls()"
returns:
description: "a collection of reply URLs for the application"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.signOnUrl()"
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.signOnUrl()"
name: "signOnUrl()"
nameWithType: "ActiveDirectoryApplication.signOnUrl()"
modifiers:
- "abstract"
syntax: "public abstract URL signOnUrl()"
returns:
description: "the home page of the application"
type: "<xref href=\"java.net.URL?alt=java.net.URL&text=URL\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure AD application."
implements:
- "<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.implementation.ApplicationInner?alt=com.microsoft.azure.management.graphrbac.implementation.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.Update?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryApplication.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.graphrbac"
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4