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

105 строки
9.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.msi.MsiManager"
fullName: "com.azure.resourcemanager.msi.MsiManager"
name: "MsiManager"
nameWithType: "MsiManager"
summary: "Entry point to Azure Managed Service Identity (MSI) resource management."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager&text=Manager\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.environment()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.environment&text=environment\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.httpPipeline()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.httpPipeline&text=httpPipeline\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.resourceManager()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.resourceManager&text=resourceManager\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.serviceClient()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.serviceClient&text=serviceClient\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.subscriptionId()?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.subscriptionId&text=subscriptionId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager.withResourceManager(com.azure.resourcemanager.resources.ResourceManager)?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager.withResourceManager&text=withResourceManager\" data-throw-if-not-resolved=\"False\" />"
- 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 **MsiManager**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.Manager?alt=com.azure.resourcemanager.resources.fluentcore.arm.Manager&text=Manager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.msi.fluent.ManagedServiceIdentityClient?alt=com.azure.resourcemanager.msi.fluent.ManagedServiceIdentityClient&text=ManagedServiceIdentityClient\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.msi.MsiManager.authenticate(com.azure.core.credential.TokenCredential,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.msi.MsiManager.authenticate(TokenCredential credential, AzureProfile profile)"
name: "authenticate(TokenCredential credential, AzureProfile profile)"
nameWithType: "MsiManager.authenticate(TokenCredential credential, AzureProfile profile)"
summary: "Creates an instance of Msi<wbr>Manager that exposes Managed Service Identity (MSI) resource 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 MsiManager authenticate(TokenCredential credential, AzureProfile profile)"
desc: "Creates an instance of MsiManager that exposes Managed Service Identity (MSI) resource management API entry points."
returns:
description: "the MsiManager"
type: "<xref href=\"com.azure.resourcemanager.msi.MsiManager?alt=com.azure.resourcemanager.msi.MsiManager&text=MsiManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.msi.MsiManager.authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.msi.MsiManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
name: "authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
nameWithType: "MsiManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
summary: "Creates an instance of Msi<wbr>Manager that exposes Managed Service Identity (MSI) resource 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 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 MsiManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
desc: "Creates an instance of MsiManager that exposes Managed Service Identity (MSI) resource management API entry points."
returns:
description: "the MsiManager"
type: "<xref href=\"com.azure.resourcemanager.msi.MsiManager?alt=com.azure.resourcemanager.msi.MsiManager&text=MsiManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.msi.MsiManager.authorizationManager()"
fullName: "com.azure.resourcemanager.msi.MsiManager.authorizationManager()"
name: "authorizationManager()"
nameWithType: "MsiManager.authorizationManager()"
syntax: "public AuthorizationManager authorizationManager()"
returns:
description: "the authorization manager."
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.msi.MsiManager.configure()"
fullName: "com.azure.resourcemanager.msi.MsiManager.configure()"
name: "configure()"
nameWithType: "MsiManager.configure()"
summary: "Get a Configurable instance that can be used to create Msi<wbr>Manager with optional configuration."
modifiers:
- "static"
syntax: "public static MsiManager.Configurable configure()"
desc: "Get a Configurable instance that can be used to create MsiManager with optional configuration."
returns:
description: "the instance allowing configurations"
type: "<xref href=\"com.azure.resourcemanager.msi.MsiManager.Configurable?alt=com.azure.resourcemanager.msi.MsiManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.msi.MsiManager.identities()"
fullName: "com.azure.resourcemanager.msi.MsiManager.identities()"
name: "identities()"
nameWithType: "MsiManager.identities()"
syntax: "public Identities identities()"
returns:
description: "entry point to Azure MSI Identity resource management API"
type: "<xref href=\"com.azure.resourcemanager.msi.models.Identities?alt=com.azure.resourcemanager.msi.models.Identities&text=Identities\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Entry point to Azure Managed Service Identity (MSI) resource management."
metadata: {}
package: "com.azure.resourcemanager.msi"
artifact: com.azure.resourcemanager:azure-resourcemanager-msi:2.42.0