azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

169 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.authorization.AuthorizationManager"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager"
name: "AuthorizationManager"
nameWithType: "AuthorizationManager"
summary: "Entry point to Azure Authorization and Graph RBAC management."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AuthorizationManager**</br> implements <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient?alt=com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient&text=HasServiceClient\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.authorization.fluent.MicrosoftGraphClient?alt=com.azure.resourcemanager.authorization.fluent.MicrosoftGraphClient&text=MicrosoftGraphClient\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.applications()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.applications()"
name: "applications()"
nameWithType: "AuthorizationManager.applications()"
syntax: "public ActiveDirectoryApplications applications()"
returns:
description: "the application management API entry point"
type: "<xref href=\"com.azure.resourcemanager.authorization.models.ActiveDirectoryApplications?alt=com.azure.resourcemanager.authorization.models.ActiveDirectoryApplications&text=ActiveDirectoryApplications\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.authenticate(com.azure.core.credential.TokenCredential,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.authenticate(TokenCredential credential, AzureProfile profile)"
name: "authenticate(TokenCredential credential, AzureProfile profile)"
nameWithType: "AuthorizationManager.authenticate(TokenCredential credential, AzureProfile profile)"
summary: "Creates an instance of Authorization<wbr>Manager that exposes Authorization and Graph RBAC management API entry points."
modifiers:
- "static"
parameters:
- description: "the credential to use"
name: "credential"
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
- description: "the profile to use"
name: "profile"
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AuthorizationManager authenticate(TokenCredential credential, AzureProfile profile)"
desc: "Creates an instance of AuthorizationManager that exposes Authorization and Graph RBAC management API entry points."
returns:
description: "the AuthorizationManager instance"
type: "<xref href=\"com.azure.resourcemanager.authorization.AuthorizationManager?alt=com.azure.resourcemanager.authorization.AuthorizationManager&text=AuthorizationManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
name: "authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
nameWithType: "AuthorizationManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
summary: "Creates an instance of Authorization<wbr>Manager that exposes Authorization and Graph RBAC management API entry points."
modifiers:
- "static"
parameters:
- description: "the <xref uid=\"com.azure.core.http.HttpPipeline\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpPipeline\"></xref> configured with Azure authentication credential."
name: "httpPipeline"
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
- description: "the profile used in Active Directory"
name: "profile"
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AuthorizationManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
desc: "Creates an instance of AuthorizationManager that exposes Authorization and Graph RBAC management API entry points."
returns:
description: "the AuthorizationManager instance"
type: "<xref href=\"com.azure.resourcemanager.authorization.AuthorizationManager?alt=com.azure.resourcemanager.authorization.AuthorizationManager&text=AuthorizationManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.configure()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.configure()"
name: "configure()"
nameWithType: "AuthorizationManager.configure()"
summary: "Get a Configurable instance that can be used to create Authorization<wbr>Manager with optional configuration."
modifiers:
- "static"
syntax: "public static AuthorizationManager.Configurable configure()"
desc: "Get a Configurable instance that can be used to create AuthorizationManager with optional configuration."
returns:
description: "the instance allowing configurations"
type: "<xref href=\"com.azure.resourcemanager.authorization.AuthorizationManager.Configurable?alt=com.azure.resourcemanager.authorization.AuthorizationManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.environment()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.environment()"
name: "environment()"
nameWithType: "AuthorizationManager.environment()"
syntax: "public AzureEnvironment environment()"
returns:
description: "the environment the graph client is associated with"
type: "<xref href=\"com.azure.core.management.AzureEnvironment?alt=com.azure.core.management.AzureEnvironment&text=AzureEnvironment\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.groups()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.groups()"
name: "groups()"
nameWithType: "AuthorizationManager.groups()"
syntax: "public ActiveDirectoryGroups groups()"
returns:
description: "the Active Directory group management API entry point"
type: "<xref href=\"com.azure.resourcemanager.authorization.models.ActiveDirectoryGroups?alt=com.azure.resourcemanager.authorization.models.ActiveDirectoryGroups&text=ActiveDirectoryGroups\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.internalContext()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.internalContext()"
name: "internalContext()"
nameWithType: "AuthorizationManager.internalContext()"
syntax: "public ResourceManagerUtils.InternalRuntimeContext internalContext()"
returns:
description: "the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ResourceManagerUtils.InternalRuntimeContext\"></xref> associated with this manager"
type: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerUtils.InternalRuntimeContext?alt=com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerUtils.InternalRuntimeContext&text=InternalRuntimeContext\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.roleAssignments()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.roleAssignments()"
name: "roleAssignments()"
nameWithType: "AuthorizationManager.roleAssignments()"
syntax: "public RoleAssignments roleAssignments()"
returns:
description: "the role assignment management API entry point"
type: "<xref href=\"com.azure.resourcemanager.authorization.models.RoleAssignments?alt=com.azure.resourcemanager.authorization.models.RoleAssignments&text=RoleAssignments\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.roleDefinitions()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.roleDefinitions()"
name: "roleDefinitions()"
nameWithType: "AuthorizationManager.roleDefinitions()"
syntax: "public RoleDefinitions roleDefinitions()"
returns:
description: "the role definition management API entry point"
type: "<xref href=\"com.azure.resourcemanager.authorization.models.RoleDefinitions?alt=com.azure.resourcemanager.authorization.models.RoleDefinitions&text=RoleDefinitions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.roleServiceClient()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.roleServiceClient()"
name: "roleServiceClient()"
nameWithType: "AuthorizationManager.roleServiceClient()"
syntax: "public AuthorizationManagementClient roleServiceClient()"
returns:
description: "wrapped inner authorization client providing direct access to auto-generated API implementation, based on\n Azure REST API"
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.AuthorizationManagementClient?alt=com.azure.resourcemanager.authorization.fluent.AuthorizationManagementClient&text=AuthorizationManagementClient\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.serviceClient()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.serviceClient()"
name: "serviceClient()"
nameWithType: "AuthorizationManager.serviceClient()"
syntax: "public MicrosoftGraphClient serviceClient()"
returns:
type: "<xref href=\"com.azure.resourcemanager.authorization.fluent.MicrosoftGraphClient?alt=com.azure.resourcemanager.authorization.fluent.MicrosoftGraphClient&text=MicrosoftGraphClient\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.servicePrincipals()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.servicePrincipals()"
name: "servicePrincipals()"
nameWithType: "AuthorizationManager.servicePrincipals()"
syntax: "public ServicePrincipals servicePrincipals()"
returns:
description: "the service principal management API entry point"
type: "<xref href=\"com.azure.resourcemanager.authorization.models.ServicePrincipals?alt=com.azure.resourcemanager.authorization.models.ServicePrincipals&text=ServicePrincipals\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.tenantId()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.tenantId()"
name: "tenantId()"
nameWithType: "AuthorizationManager.tenantId()"
syntax: "public String tenantId()"
returns:
description: "the tenant ID the graph client is associated with"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.authorization.AuthorizationManager.users()"
fullName: "com.azure.resourcemanager.authorization.AuthorizationManager.users()"
name: "users()"
nameWithType: "AuthorizationManager.users()"
syntax: "public ActiveDirectoryUsers users()"
returns:
description: "the Active Directory user management API entry point"
type: "<xref href=\"com.azure.resourcemanager.authorization.models.ActiveDirectoryUsers?alt=com.azure.resourcemanager.authorization.models.ActiveDirectoryUsers&text=ActiveDirectoryUsers\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Entry point to Azure Authorization and Graph RBAC management."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient?alt=com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient&text=HasServiceClient\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.authorization.fluent.MicrosoftGraphClient?alt=com.azure.resourcemanager.authorization.fluent.MicrosoftGraphClient&text=MicrosoftGraphClient\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.authorization"
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.42.0