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

204 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile"
name: "ManagedClusterAADProfile"
nameWithType: "ManagedClusterAADProfile"
summary: "AADProfile specifies attributes for Azure Active Directory integration."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ManagedClusterAADProfile**"
constructors:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.ManagedClusterAADProfile()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.ManagedClusterAADProfile()"
name: "ManagedClusterAADProfile()"
nameWithType: "ManagedClusterAADProfile.ManagedClusterAADProfile()"
syntax: "public ManagedClusterAADProfile()"
methods:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.adminGroupObjectIDs()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.adminGroupObjectIDs()"
name: "adminGroupObjectIDs()"
nameWithType: "ManagedClusterAADProfile.adminGroupObjectIDs()"
summary: "Get aAD group object IDs that will have admin role of the cluster."
syntax: "public List<String> adminGroupObjectIDs()"
desc: "Get aAD group object IDs that will have admin role of the cluster."
returns:
description: "the adminGroupObjectIDs value"
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.containerservice.ManagedClusterAADProfile.clientAppID()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.clientAppID()"
name: "clientAppID()"
nameWithType: "ManagedClusterAADProfile.clientAppID()"
summary: "Get the client AAD application ID."
syntax: "public String clientAppID()"
desc: "Get the client AAD application ID."
returns:
description: "the clientAppID value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.enableAzureRBAC()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.enableAzureRBAC()"
name: "enableAzureRBAC()"
nameWithType: "ManagedClusterAADProfile.enableAzureRBAC()"
summary: "Get whether to enable Azure RBAC for Kubernetes authorization."
syntax: "public Boolean enableAzureRBAC()"
desc: "Get whether to enable Azure RBAC for Kubernetes authorization."
returns:
description: "the enableAzureRBAC value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.managed()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.managed()"
name: "managed()"
nameWithType: "ManagedClusterAADProfile.managed()"
summary: "Get whether to enable managed AAD."
syntax: "public Boolean managed()"
desc: "Get whether to enable managed AAD."
returns:
description: "the managed value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.serverAppID()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.serverAppID()"
name: "serverAppID()"
nameWithType: "ManagedClusterAADProfile.serverAppID()"
summary: "Get the server AAD application ID."
syntax: "public String serverAppID()"
desc: "Get the server AAD application ID."
returns:
description: "the serverAppID value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.serverAppSecret()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.serverAppSecret()"
name: "serverAppSecret()"
nameWithType: "ManagedClusterAADProfile.serverAppSecret()"
summary: "Get the server AAD application secret."
syntax: "public String serverAppSecret()"
desc: "Get the server AAD application secret."
returns:
description: "the serverAppSecret value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.tenantID()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.tenantID()"
name: "tenantID()"
nameWithType: "ManagedClusterAADProfile.tenantID()"
summary: "Get the AAD tenant ID to use for authentication."
syntax: "public String tenantID()"
desc: "Get the AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription."
returns:
description: "the tenantID value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withAdminGroupObjectIDs(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withAdminGroupObjectIDs(List<String> adminGroupObjectIDs)"
name: "withAdminGroupObjectIDs(List<String> adminGroupObjectIDs)"
nameWithType: "ManagedClusterAADProfile.withAdminGroupObjectIDs(List<String> adminGroupObjectIDs)"
summary: "Set aAD group object IDs that will have admin role of the cluster."
parameters:
- description: "the adminGroupObjectIDs value to set"
name: "adminGroupObjectIDs"
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;"
syntax: "public ManagedClusterAADProfile withAdminGroupObjectIDs(List<String> adminGroupObjectIDs)"
desc: "Set aAD group object IDs that will have admin role of the cluster."
returns:
description: "the ManagedClusterAADProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAADProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAADProfile&text=ManagedClusterAADProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withClientAppID(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withClientAppID(String clientAppID)"
name: "withClientAppID(String clientAppID)"
nameWithType: "ManagedClusterAADProfile.withClientAppID(String clientAppID)"
summary: "Set the client AAD application ID."
parameters:
- description: "the clientAppID value to set"
name: "clientAppID"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterAADProfile withClientAppID(String clientAppID)"
desc: "Set the client AAD application ID."
returns:
description: "the ManagedClusterAADProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAADProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAADProfile&text=ManagedClusterAADProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withEnableAzureRBAC(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withEnableAzureRBAC(Boolean enableAzureRBAC)"
name: "withEnableAzureRBAC(Boolean enableAzureRBAC)"
nameWithType: "ManagedClusterAADProfile.withEnableAzureRBAC(Boolean enableAzureRBAC)"
summary: "Set whether to enable Azure RBAC for Kubernetes authorization."
parameters:
- description: "the enableAzureRBAC value to set"
name: "enableAzureRBAC"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterAADProfile withEnableAzureRBAC(Boolean enableAzureRBAC)"
desc: "Set whether to enable Azure RBAC for Kubernetes authorization."
returns:
description: "the ManagedClusterAADProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAADProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAADProfile&text=ManagedClusterAADProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withManaged(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withManaged(Boolean managed)"
name: "withManaged(Boolean managed)"
nameWithType: "ManagedClusterAADProfile.withManaged(Boolean managed)"
summary: "Set whether to enable managed AAD."
parameters:
- description: "the managed value to set"
name: "managed"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterAADProfile withManaged(Boolean managed)"
desc: "Set whether to enable managed AAD."
returns:
description: "the ManagedClusterAADProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAADProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAADProfile&text=ManagedClusterAADProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withServerAppID(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withServerAppID(String serverAppID)"
name: "withServerAppID(String serverAppID)"
nameWithType: "ManagedClusterAADProfile.withServerAppID(String serverAppID)"
summary: "Set the server AAD application ID."
parameters:
- description: "the serverAppID value to set"
name: "serverAppID"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterAADProfile withServerAppID(String serverAppID)"
desc: "Set the server AAD application ID."
returns:
description: "the ManagedClusterAADProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAADProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAADProfile&text=ManagedClusterAADProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withServerAppSecret(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withServerAppSecret(String serverAppSecret)"
name: "withServerAppSecret(String serverAppSecret)"
nameWithType: "ManagedClusterAADProfile.withServerAppSecret(String serverAppSecret)"
summary: "Set the server AAD application secret."
parameters:
- description: "the serverAppSecret value to set"
name: "serverAppSecret"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterAADProfile withServerAppSecret(String serverAppSecret)"
desc: "Set the server AAD application secret."
returns:
description: "the ManagedClusterAADProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAADProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAADProfile&text=ManagedClusterAADProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withTenantID(java.lang.String)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAADProfile.withTenantID(String tenantID)"
name: "withTenantID(String tenantID)"
nameWithType: "ManagedClusterAADProfile.withTenantID(String tenantID)"
summary: "Set the AAD tenant ID to use for authentication."
parameters:
- description: "the tenantID value to set"
name: "tenantID"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterAADProfile withTenantID(String tenantID)"
desc: "Set the AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription."
returns:
description: "the ManagedClusterAADProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAADProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAADProfile&text=ManagedClusterAADProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "AADProfile specifies attributes for Azure Active Directory integration."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4