62 строки
5.3 KiB
YAML
62 строки
5.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup"
|
|
name: "ActiveDirectoryGroup"
|
|
nameWithType: "ActiveDirectoryGroup"
|
|
summary: "An immutable client-side representation of an Azure AD group."
|
|
syntax: "public interface **ActiveDirectoryGroup**</br> extends <xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.ADGroupInner?alt=com.microsoft.azure.management.graphrbac.implementation.ADGroupInner&text=ADGroupInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.Update?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.listMembers()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.listMembers()"
|
|
name: "listMembers()"
|
|
nameWithType: "ActiveDirectoryGroup.listMembers()"
|
|
summary: "Lists the members in the group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<ActiveDirectoryObject> listMembers()"
|
|
desc: "Lists the members in the group."
|
|
returns:
|
|
description: "an unmodifiable set of the members"
|
|
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.listMembersAsync()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.listMembersAsync()"
|
|
name: "listMembersAsync()"
|
|
nameWithType: "ActiveDirectoryGroup.listMembersAsync()"
|
|
summary: "Lists the members in the group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Observable<ActiveDirectoryObject> listMembersAsync()"
|
|
desc: "Lists the members in the group."
|
|
returns:
|
|
description: "an unmodifiable set of the members"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.mail()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.mail()"
|
|
name: "mail()"
|
|
nameWithType: "ActiveDirectoryGroup.mail()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String mail()"
|
|
returns:
|
|
description: "mail field."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.securityEnabled()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.securityEnabled()"
|
|
name: "securityEnabled()"
|
|
nameWithType: "ActiveDirectoryGroup.securityEnabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean securityEnabled()"
|
|
returns:
|
|
description: "security enabled field."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure AD group."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.ADGroupInner?alt=com.microsoft.azure.management.graphrbac.implementation.ADGroupInner&text=ADGroupInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.Update?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.graphrbac"
|
|
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4
|