Class OperationDisplay
java.lang.Object
com.azure.resourcemanager.securityinsights.models.OperationDisplay
Properties of the operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Description of the operation.Get the operation property: Operation name.provider()
Get the provider property: Provider name.resource()
Get the resource property: Resource name.void
validate()
Validates the instance.withDescription
(String description) Set the description property: Description of the operation.withOperation
(String operation) Set the operation property: Operation name.withProvider
(String provider) Set the provider property: Provider name.withResource
(String resource) Set the resource property: Resource name.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()
-
-
Method Details
-
description
Get the description property: Description of the operation.- Returns:
- the description value.
-
withDescription
Set the description property: Description of the operation.- Parameters:
description
- the description value to set.- Returns:
- the OperationDisplay object itself.
-
operation
Get the operation property: Operation name.- Returns:
- the operation value.
-
withOperation
Set the operation property: Operation name.- Parameters:
operation
- the operation value to set.- Returns:
- the OperationDisplay object itself.
-
provider
Get the provider property: Provider name.- Returns:
- the provider value.
-
withProvider
Set the provider property: Provider name.- Parameters:
provider
- the provider value to set.- Returns:
- the OperationDisplay object itself.
-
resource
Get the resource property: Resource name.- Returns:
- the resource value.
-
withResource
Set the resource property: Resource name.- Parameters:
resource
- the resource value to set.- Returns:
- the OperationDisplay object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-