Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ClassicAdministratorInner
Packages that use ClassicAdministratorInner
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
Package containing the data models for AuthorizationManagementClient.
-
Uses of ClassicAdministratorInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type ClassicAdministratorInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClassicAdministratorInner>ClassicAdministratorsClient.list()Gets service administrator, account administrator, and co-administrators for the subscription.com.azure.core.http.rest.PagedIterable<ClassicAdministratorInner>ClassicAdministratorsClient.list(com.azure.core.util.Context context) Gets service administrator, account administrator, and co-administrators for the subscription.com.azure.core.http.rest.PagedFlux<ClassicAdministratorInner>ClassicAdministratorsClient.listAsync()Gets service administrator, account administrator, and co-administrators for the subscription. -
Uses of ClassicAdministratorInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return ClassicAdministratorInnerModifier and TypeMethodDescriptionClassicAdministratorInner.withEmailAddress(String emailAddress) Set the emailAddress property: The email address of the administrator.Set the id property: The ID of the administrator.Set the name property: The name of the administrator.Set the role property: The role of the administrator.Set the type property: The type of the administrator. -
Uses of ClassicAdministratorInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ClassicAdministratorInnerModifier and TypeMethodDescriptionClassicAdministratorListResult.value()Get the value property: An array of administrators.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type ClassicAdministratorInnerModifier and TypeMethodDescriptionClassicAdministratorListResult.withValue(List<ClassicAdministratorInner> value) Set the value property: An array of administrators.