Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDomainState
-
Packages that use MicrosoftGraphDomainState Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDomainState in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDomainState Modifier and Type Method Description MicrosoftGraphDomainState
MicrosoftGraphDomainInner. state()
Get the state property: domainState.MicrosoftGraphDomainState
MicrosoftGraphDomainState. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: domainState.MicrosoftGraphDomainState
MicrosoftGraphDomainState. withLastActionDateTime(OffsetDateTime lastActionDateTime)
Set the lastActionDateTime property: Timestamp for when the last activity occurred.MicrosoftGraphDomainState
MicrosoftGraphDomainState. withOperation(String operation)
Set the operation property: Type of asynchronous operation.MicrosoftGraphDomainState
MicrosoftGraphDomainState. withStatus(String status)
Set the status property: Current status of the operation.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDomainState Modifier and Type Method Description MicrosoftGraphDomainInner
MicrosoftGraphDomainInner. withState(MicrosoftGraphDomainState state)
Set the state property: domainState.
-