Uses of Class
com.azure.resourcemanager.authorization.fluent.models.OrganizationOrderby
-
Packages that use OrganizationOrderby 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. -
-
Uses of OrganizationOrderby in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type OrganizationOrderby Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<MicrosoftGraphExtensionInner>
OrganizationsClient. listExtensions(String organizationId, Integer top, Integer skip, String search, String filter, Boolean count, List<OrganizationOrderby> orderby, List<String> select, List<String> expand, com.azure.core.util.Context context)
Get extensions from organization.com.azure.core.http.rest.PagedFlux<MicrosoftGraphExtensionInner>
OrganizationsClient. listExtensionsAsync(String organizationId, Integer top, Integer skip, String search, String filter, Boolean count, List<OrganizationOrderby> orderby, List<String> select, List<String> expand)
Get extensions from organization. -
Uses of OrganizationOrderby in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as OrganizationOrderby Modifier and Type Field Description static OrganizationOrderby
OrganizationOrderby. ID
Static value id for OrganizationOrderby.static OrganizationOrderby
OrganizationOrderby. ID_DESC
Static value id desc for OrganizationOrderby.Methods in com.azure.resourcemanager.authorization.fluent.models that return OrganizationOrderby Modifier and Type Method Description static OrganizationOrderby
OrganizationOrderby. fromString(String name)
Creates or finds a OrganizationOrderby from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type OrganizationOrderby Modifier and Type Method Description static Collection<OrganizationOrderby>
OrganizationOrderby. values()
-