Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphContractInner
-
Packages that use MicrosoftGraphContractInner 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 MicrosoftGraphContractInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphContractInner Modifier and Type Method Description MicrosoftGraphContractInner
ContractsContractsClient. createContract(MicrosoftGraphContractInner body)
Add new entity to contracts.MicrosoftGraphContractInner
ContractsContractsClient. getContract(String contractId)
Get entity from contracts by key.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphContractInner Modifier and Type Method Description Mono<MicrosoftGraphContractInner>
ContractsContractsClient. createContractAsync(MicrosoftGraphContractInner body)
Add new entity to contracts.com.azure.core.http.rest.Response<MicrosoftGraphContractInner>
ContractsContractsClient. createContractWithResponse(MicrosoftGraphContractInner body, com.azure.core.util.Context context)
Add new entity to contracts.Mono<com.azure.core.http.rest.Response<MicrosoftGraphContractInner>>
ContractsContractsClient. createContractWithResponseAsync(MicrosoftGraphContractInner body)
Add new entity to contracts.Mono<MicrosoftGraphContractInner>
ContractsContractsClient. getContractAsync(String contractId)
Get entity from contracts by key.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.com.azure.core.http.rest.PagedIterable<MicrosoftGraphContractInner>
ContractsContractsClient. listContract()
Get entities from contracts.com.azure.core.http.rest.PagedIterable<MicrosoftGraphContractInner>
ContractsContractsClient. listContract(Integer top, Integer skip, String search, String filter, Boolean count, List<Get5ItemsItem> orderby, List<ContractsContractSelect> select, List<String> expand, com.azure.core.util.Context context)
Get entities from contracts.com.azure.core.http.rest.PagedFlux<MicrosoftGraphContractInner>
ContractsContractsClient. listContractAsync()
Get entities from contracts.com.azure.core.http.rest.PagedFlux<MicrosoftGraphContractInner>
ContractsContractsClient. listContractAsync(Integer top, Integer skip, String search, String filter, Boolean count, List<Get5ItemsItem> orderby, List<ContractsContractSelect> select, List<String> expand)
Get entities from contracts.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphContractInner Modifier and Type Method Description MicrosoftGraphContractInner
ContractsContractsClient. createContract(MicrosoftGraphContractInner body)
Add new entity to contracts.Mono<MicrosoftGraphContractInner>
ContractsContractsClient. createContractAsync(MicrosoftGraphContractInner body)
Add new entity to contracts.com.azure.core.http.rest.Response<MicrosoftGraphContractInner>
ContractsContractsClient. createContractWithResponse(MicrosoftGraphContractInner body, com.azure.core.util.Context context)
Add new entity to contracts.Mono<com.azure.core.http.rest.Response<MicrosoftGraphContractInner>>
ContractsContractsClient. createContractWithResponseAsync(MicrosoftGraphContractInner body)
Add new entity to contracts.void
ContractsContractsClient. updateContract(String contractId, MicrosoftGraphContractInner body)
Update entity in contracts.Mono<Void>
ContractsContractsClient. updateContractAsync(String contractId, MicrosoftGraphContractInner body)
Update entity in contracts.com.azure.core.http.rest.Response<Void>
ContractsContractsClient. updateContractWithResponse(String contractId, MicrosoftGraphContractInner body, com.azure.core.util.Context context)
Update entity in contracts.Mono<com.azure.core.http.rest.Response<Void>>
ContractsContractsClient. updateContractWithResponseAsync(String contractId, MicrosoftGraphContractInner body)
Update entity in contracts. -
Uses of MicrosoftGraphContractInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphContractInner Modifier and Type Method Description MicrosoftGraphContractInner
MicrosoftGraphContractInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphContractInner
MicrosoftGraphContractInner. withContractType(String contractType)
Set the contractType property: Type of contract.Possible values are: SyndicationPartner - Partner that exclusively resells and manages O365 and Intune for this customer.MicrosoftGraphContractInner
MicrosoftGraphContractInner. withCustomerId(UUID customerId)
Set the customerId property: The unique identifier for the customer tenant referenced by this partnership.MicrosoftGraphContractInner
MicrosoftGraphContractInner. withDefaultDomainName(String defaultDomainName)
Set the defaultDomainName property: A copy of the customer tenant's default domain name.MicrosoftGraphContractInner
MicrosoftGraphContractInner. withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphContractInner
MicrosoftGraphContractInner. withDisplayName(String displayName)
Set the displayName property: A copy of the customer tenant's display name.MicrosoftGraphContractInner
MicrosoftGraphContractInner. withId(String id)
Set the id property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphContractInner Modifier and Type Method Description List<MicrosoftGraphContractInner>
CollectionOfContract. value()
Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphContractInner Modifier and Type Method Description CollectionOfContract
CollectionOfContract. withValue(List<MicrosoftGraphContractInner> value)
Set the value property: The value property.
-