Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ContractsContractSelect
-
Packages that use ContractsContractSelect 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 ContractsContractSelect in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type ContractsContractSelect Modifier and Type Method Description Mono<MicrosoftGraphContractInner>ContractsContractsClient. getContractAsync(String contractId, List<ContractsContractSelect> select, List<String> expand)Get entity from contracts by key.com.azure.core.http.rest.Response<MicrosoftGraphContractInner>ContractsContractsClient. getContractWithResponse(String contractId, List<ContractsContractSelect> select, List<String> expand, com.azure.core.util.Context context)Get entity from contracts by key.Mono<com.azure.core.http.rest.Response<MicrosoftGraphContractInner>>ContractsContractsClient. getContractWithResponseAsync(String contractId, List<ContractsContractSelect> select, List<String> expand)Get entity from contracts by key. -
Uses of ContractsContractSelect in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as ContractsContractSelect Modifier and Type Field Description static ContractsContractSelectContractsContractSelect. CONTRACT_TYPEStatic value contractType for ContractsContractSelect.static ContractsContractSelectContractsContractSelect. CUSTOMER_IDStatic value customerId for ContractsContractSelect.static ContractsContractSelectContractsContractSelect. DEFAULT_DOMAIN_NAMEStatic value defaultDomainName for ContractsContractSelect.static ContractsContractSelectContractsContractSelect. DELETED_DATE_TIMEStatic value deletedDateTime for ContractsContractSelect.static ContractsContractSelectContractsContractSelect. DISPLAY_NAMEStatic value displayName for ContractsContractSelect.static ContractsContractSelectContractsContractSelect. IDStatic value id for ContractsContractSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return ContractsContractSelect Modifier and Type Method Description static ContractsContractSelectContractsContractSelect. fromString(String name)Creates or finds a ContractsContractSelect from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type ContractsContractSelect Modifier and Type Method Description static Collection<ContractsContractSelect>ContractsContractSelect. values()
-