Class OperationDisplay
java.lang.Object
com.azure.resourcemanager.digitaltwins.models.OperationDisplay
The object that represents the operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Friendly description for the operation.Get the operation property: Name of the operation.provider()
Get the provider property: Service provider: Microsoft DigitalTwins.resource()
Get the resource property: Resource Type: DigitalTwinsInstances.void
validate()
Validates the instance.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()
-
-
Method Details
-
provider
Get the provider property: Service provider: Microsoft DigitalTwins.- Returns:
- the provider value.
-
resource
Get the resource property: Resource Type: DigitalTwinsInstances.- Returns:
- the resource value.
-
operation
Get the operation property: Name of the operation.- Returns:
- the operation value.
-
description
Get the description property: Friendly description for the operation.- Returns:
- the description value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-