Class MicrosoftGraphManagedAppOperation
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedAppOperation
managedAppOperation
Represents an operation applied against an app registration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphManagedAppOperation class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Represents an operation applied against an app registration.Get the displayName property: The operation name.Get the lastModifiedDateTime property: The last time the app operation was modified.state()Get the state property: The current state of the operation.voidvalidate()Validates the instance.version()Get the version property: Version of the entity.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an operation applied against an app registration.withDisplayName(String displayName) Set the displayName property: The operation name.Set the id property: Read-only.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The last time the app operation was modified.Set the state property: The current state of the operation.withVersion(String version) Set the version property: Version of the entity.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphManagedAppOperation
public MicrosoftGraphManagedAppOperation()Creates an instance of MicrosoftGraphManagedAppOperation class.
-
-
Method Details
-
displayName
Get the displayName property: The operation name.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The operation name.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphManagedAppOperation object itself.
-
lastModifiedDateTime
Get the lastModifiedDateTime property: The last time the app operation was modified.- Returns:
- the lastModifiedDateTime value.
-
withLastModifiedDateTime
public MicrosoftGraphManagedAppOperation withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The last time the app operation was modified.- Parameters:
lastModifiedDateTime- the lastModifiedDateTime value to set.- Returns:
- the MicrosoftGraphManagedAppOperation object itself.
-
state
Get the state property: The current state of the operation.- Returns:
- the state value.
-
withState
Set the state property: The current state of the operation.- Parameters:
state- the state value to set.- Returns:
- the MicrosoftGraphManagedAppOperation object itself.
-
version
Get the version property: Version of the entity.- Returns:
- the version value.
-
withVersion
Set the version property: Version of the entity.- Parameters:
version- the version value to set.- Returns:
- the MicrosoftGraphManagedAppOperation object itself.
-
additionalProperties
Get the additionalProperties property: Represents an operation applied against an app registration.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphManagedAppOperation withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an operation applied against an app registration.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphManagedAppOperation object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-