Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ClassicAdministratorInner
-
Packages that use ClassicAdministratorInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient.com.azure.resourcemanager.authorization.models 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 ClassicAdministratorInner Modifier and Type Method Description com.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 ClassicAdministratorInner Modifier and Type Method Description ClassicAdministratorInnerClassicAdministratorInner. withEmailAddress(String emailAddress)Set the emailAddress property: The email address of the administrator.ClassicAdministratorInnerClassicAdministratorInner. withId(String id)Set the id property: The ID of the administrator.ClassicAdministratorInnerClassicAdministratorInner. withName(String name)Set the name property: The name of the administrator.ClassicAdministratorInnerClassicAdministratorInner. withRole(String role)Set the role property: The role of the administrator.ClassicAdministratorInnerClassicAdministratorInner. withType(String type)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 ClassicAdministratorInner Modifier and Type Method Description List<ClassicAdministratorInner>ClassicAdministratorListResult. value()Get the value property: An array of administrators.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type ClassicAdministratorInner Modifier and Type Method Description ClassicAdministratorListResultClassicAdministratorListResult. withValue(List<ClassicAdministratorInner> value)Set the value property: An array of administrators.
-