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 ContractsContractSelect
ContractsContractSelect. CONTRACT_TYPE
Static value contractType for ContractsContractSelect.static ContractsContractSelect
ContractsContractSelect. CUSTOMER_ID
Static value customerId for ContractsContractSelect.static ContractsContractSelect
ContractsContractSelect. DEFAULT_DOMAIN_NAME
Static value defaultDomainName for ContractsContractSelect.static ContractsContractSelect
ContractsContractSelect. DELETED_DATE_TIME
Static value deletedDateTime for ContractsContractSelect.static ContractsContractSelect
ContractsContractSelect. DISPLAY_NAME
Static value displayName for ContractsContractSelect.static ContractsContractSelect
ContractsContractSelect. ID
Static value id for ContractsContractSelect.Methods in com.azure.resourcemanager.authorization.fluent.models that return ContractsContractSelect Modifier and Type Method Description static ContractsContractSelect
ContractsContractSelect. 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()
-