Class ResourceProviderOperationDisplay
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.ResourceProviderOperationDisplay
Display metadata associated with the operation.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ResourceProviderOperationDisplay class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Description of this operation.Get the operation property: Type of operation: get, read, delete, etc.provider()
Get the provider property: The resource provider.resource()
Get the resource property: Resource on which the operation is performed.void
validate()
Validates the instance.withDescription
(String description) Set the description property: Description of this operation.withOperation
(String operation) Set the operation property: Type of operation: get, read, delete, etc.withProvider
(String provider) Set the provider property: The resource provider.withResource
(String resource) Set the resource property: Resource on which the operation is performed.
-
Constructor Details
-
ResourceProviderOperationDisplay
public ResourceProviderOperationDisplay()Creates an instance of ResourceProviderOperationDisplay class.
-
-
Method Details
-
provider
Get the provider property: The resource provider.- Returns:
- the provider value.
-
withProvider
Set the provider property: The resource provider.- Parameters:
provider
- the provider value to set.- Returns:
- the ResourceProviderOperationDisplay object itself.
-
resource
Get the resource property: Resource on which the operation is performed.- Returns:
- the resource value.
-
withResource
Set the resource property: Resource on which the operation is performed.- Parameters:
resource
- the resource value to set.- Returns:
- the ResourceProviderOperationDisplay object itself.
-
operation
Get the operation property: Type of operation: get, read, delete, etc.- Returns:
- the operation value.
-
withOperation
Set the operation property: Type of operation: get, read, delete, etc.- Parameters:
operation
- the operation value to set.- Returns:
- the ResourceProviderOperationDisplay object itself.
-
description
Get the description property: Description of this operation.- Returns:
- the description value.
-
withDescription
Set the description property: Description of this operation.- Parameters:
description
- the description value to set.- Returns:
- the ResourceProviderOperationDisplay object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-