69 строки
5.1 KiB
YAML
69 строки
5.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.networkcloud.models.AadConfiguration"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.AadConfiguration"
|
|
name: "AadConfiguration"
|
|
nameWithType: "AadConfiguration"
|
|
summary: "Aad<wbr>Configuration represents the Azure Active Directory Integration properties."
|
|
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 **AadConfiguration**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.AadConfiguration.AadConfiguration()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.AadConfiguration.AadConfiguration()"
|
|
name: "AadConfiguration()"
|
|
nameWithType: "AadConfiguration.AadConfiguration()"
|
|
summary: "Creates an instance of Aad<wbr>Configuration class."
|
|
syntax: "public AadConfiguration()"
|
|
desc: "Creates an instance of AadConfiguration class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.AadConfiguration.adminGroupObjectIds()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.AadConfiguration.adminGroupObjectIds()"
|
|
name: "adminGroupObjectIds()"
|
|
nameWithType: "AadConfiguration.adminGroupObjectIds()"
|
|
summary: "Get the admin<wbr>Group<wbr>Object<wbr>Ids property: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster."
|
|
syntax: "public List<String> adminGroupObjectIds()"
|
|
desc: "Get the adminGroupObjectIds property: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster."
|
|
returns:
|
|
description: "the adminGroupObjectIds value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.AadConfiguration.validate()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.AadConfiguration.validate()"
|
|
name: "validate()"
|
|
nameWithType: "AadConfiguration.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.AadConfiguration.withAdminGroupObjectIds(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.AadConfiguration.withAdminGroupObjectIds(List<String> adminGroupObjectIds)"
|
|
name: "withAdminGroupObjectIds(List<String> adminGroupObjectIds)"
|
|
nameWithType: "AadConfiguration.withAdminGroupObjectIds(List<String> adminGroupObjectIds)"
|
|
summary: "Set the admin<wbr>Group<wbr>Object<wbr>Ids property: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster."
|
|
parameters:
|
|
- description: "the adminGroupObjectIds value to set."
|
|
name: "adminGroupObjectIds"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public AadConfiguration withAdminGroupObjectIds(List<String> adminGroupObjectIds)"
|
|
desc: "Set the adminGroupObjectIds property: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster."
|
|
returns:
|
|
description: "the AadConfiguration object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.AadConfiguration?alt=com.azure.resourcemanager.networkcloud.models.AadConfiguration&text=AadConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "AadConfiguration represents the Azure Active Directory Integration properties."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.networkcloud.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0
|