azure-docs-sdk-java/docs-ref-autogen/com.azure.identity.AzureAut...

84 строки
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.identity.AzureAuthorityHosts"
fullName: "com.azure.identity.AzureAuthorityHosts"
name: "AzureAuthorityHosts"
nameWithType: "AzureAuthorityHosts"
summary: "Defines fields exposing the well known authority hosts for the Azure Public Cloud and sovereign clouds."
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 **AzureAuthorityHosts**"
fields:
- uid: "com.azure.identity.AzureAuthorityHosts.AZURE_CHINA"
fullName: "com.azure.identity.AzureAuthorityHosts.AZURE_CHINA"
name: "AZURE_CHINA"
nameWithType: "AzureAuthorityHosts.AZURE_CHINA"
summary: "The host of the Microsoft Entra authority for tenants in the Azure China Cloud."
modifiers:
- "static"
- "final"
field:
value: "https://login.chinacloudapi.cn/"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String AZURE_CHINA"
desc: "The host of the Microsoft Entra authority for tenants in the Azure China Cloud."
- uid: "com.azure.identity.AzureAuthorityHosts.AZURE_GERMANY"
fullName: "com.azure.identity.AzureAuthorityHosts.AZURE_GERMANY"
name: "AZURE_GERMANY"
nameWithType: "AzureAuthorityHosts.AZURE_GERMANY"
summary: "The host of the Microsoft Entra authority for tenants in the Azure German Cloud."
deprecatedTag: "Microsoft Cloud Germany was closed on October 29th, 2021."
modifiers:
- "static"
- "final"
field:
value: "https://login.microsoftonline.de/"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public static final String AZURE_GERMANY"
desc: "The host of the Microsoft Entra authority for tenants in the Azure German Cloud."
hasDeprecatedTag: true
- uid: "com.azure.identity.AzureAuthorityHosts.AZURE_GOVERNMENT"
fullName: "com.azure.identity.AzureAuthorityHosts.AZURE_GOVERNMENT"
name: "AZURE_GOVERNMENT"
nameWithType: "AzureAuthorityHosts.AZURE_GOVERNMENT"
summary: "The host of the Microsoft Entra authority for tenants in the Azure US Government Cloud."
modifiers:
- "static"
- "final"
field:
value: "https://login.microsoftonline.us/"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String AZURE_GOVERNMENT"
desc: "The host of the Microsoft Entra authority for tenants in the Azure US Government Cloud."
- uid: "com.azure.identity.AzureAuthorityHosts.AZURE_PUBLIC_CLOUD"
fullName: "com.azure.identity.AzureAuthorityHosts.AZURE_PUBLIC_CLOUD"
name: "AZURE_PUBLIC_CLOUD"
nameWithType: "AzureAuthorityHosts.AZURE_PUBLIC_CLOUD"
summary: "The host of the Microsoft Entra authority for tenants in the Azure Public Cloud."
modifiers:
- "static"
- "final"
field:
value: "https://login.microsoftonline.com/"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static final String AZURE_PUBLIC_CLOUD"
desc: "The host of the Microsoft Entra authority for tenants in the Azure Public Cloud."
type: "class"
desc: "Defines fields exposing the well known authority hosts for the Azure Public Cloud and sovereign clouds.\n\nUsers looking to target a specific cloud instance of Azure, can pass an instance of Azure Authority Hosts as a parameter to the <xref uid=\"com.azure.identity.AadCredentialBuilderBase.authorityHost(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AadCredentialBuilderBase#authorityHost(String)\"></xref>. The authentication requests will be routed accordingly to the specified target authority host."
metadata: {}
package: "com.azure.identity"
artifact: com.azure:azure-identity:1.14.1