共用方式為


ResourceProviderOperationDisplay Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.ResourceProviderOperationDisplay

public final class ResourceProviderOperationDisplay

Display metadata associated with the operation.

Constructor Summary

Constructor Description
ResourceProviderOperationDisplay()

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of this operation.

String operation()

Get the operation property: Type of operation: read, write, delete, etc.

String provider()

Get the provider property: The resource provider.

String resource()

Get the resource property: Resource on which the operation is performed.

void validate()

Validates the instance.

ResourceProviderOperationDisplay withDescription(String description)

Set the description property: Description of this operation.

ResourceProviderOperationDisplay withOperation(String operation)

Set the operation property: Type of operation: read, write, delete, etc.

ResourceProviderOperationDisplay withProvider(String provider)

Set the provider property: The resource provider.

ResourceProviderOperationDisplay withResource(String resource)

Set the resource property: Resource on which the operation is performed.

Methods inherited from java.lang.Object

Constructor Details

ResourceProviderOperationDisplay

public ResourceProviderOperationDisplay()

Method Details

description

public String description()

Get the description property: Description of this operation.

Returns:

the description value.

operation

public String operation()

Get the operation property: Type of operation: read, write, delete, etc.

Returns:

the operation value.

provider

public String provider()

Get the provider property: The resource provider.

Returns:

the provider value.

resource

public String resource()

Get the resource property: Resource on which the operation is performed.

Returns:

the resource value.

validate

public void validate()

Validates the instance.

withDescription

public ResourceProviderOperationDisplay withDescription(String description)

Set the description property: Description of this operation.

Parameters:

description - the description value to set.

Returns:

the ResourceProviderOperationDisplay object itself.

withOperation

public ResourceProviderOperationDisplay withOperation(String operation)

Set the operation property: Type of operation: read, write, delete, etc.

Parameters:

operation - the operation value to set.

Returns:

the ResourceProviderOperationDisplay object itself.

withProvider

public ResourceProviderOperationDisplay withProvider(String provider)

Set the provider property: The resource provider.

Parameters:

provider - the provider value to set.

Returns:

the ResourceProviderOperationDisplay object itself.

withResource

public ResourceProviderOperationDisplay withResource(String resource)

Set the resource property: Resource on which the operation is performed.

Parameters:

resource - the resource value to set.

Returns:

the ResourceProviderOperationDisplay object itself.

Applies to