共用方式為


ResourceProviderOperationInner Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.fluent.models.ResourceProviderOperationInner

public final class ResourceProviderOperationInner

Results of the request to list operations.

Constructor Summary

Constructor Description
ResourceProviderOperationInner()

Method Summary

Modifier and Type Method and Description
ResourceProviderOperationDisplay display()

Get the display property: Display metadata associated with the operation.

String isDataAction()

Get the isDataAction property: Indicates whether the operation applies to data-plane.

String name()

Get the name property: Operation name, in format of {provider}/{resource}/{operation}.

void validate()

Validates the instance.

ResourceProviderOperationInner withDisplay(ResourceProviderOperationDisplay display)

Set the display property: Display metadata associated with the operation.

ResourceProviderOperationInner withIsDataAction(String isDataAction)

Set the isDataAction property: Indicates whether the operation applies to data-plane.

ResourceProviderOperationInner withName(String name)

Set the name property: Operation name, in format of {provider}/{resource}/{operation}.

Methods inherited from java.lang.Object

Constructor Details

ResourceProviderOperationInner

public ResourceProviderOperationInner()

Method Details

display

public ResourceProviderOperationDisplay display()

Get the display property: Display metadata associated with the operation.

Returns:

the display value.

isDataAction

public String isDataAction()

Get the isDataAction property: Indicates whether the operation applies to data-plane.

Returns:

the isDataAction value.

name

public String name()

Get the name property: Operation name, in format of {provider}/{resource}/{operation}.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withDisplay

public ResourceProviderOperationInner withDisplay(ResourceProviderOperationDisplay display)

Set the display property: Display metadata associated with the operation.

Parameters:

display - the display value to set.

Returns:

the ResourceProviderOperationInner object itself.

withIsDataAction

public ResourceProviderOperationInner withIsDataAction(String isDataAction)

Set the isDataAction property: Indicates whether the operation applies to data-plane.

Parameters:

isDataAction - the isDataAction value to set.

Returns:

the ResourceProviderOperationInner object itself.

withName

public ResourceProviderOperationInner withName(String name)

Set the name property: Operation name, in format of {provider}/{resource}/{operation}.

Parameters:

name - the name value to set.

Returns:

the ResourceProviderOperationInner object itself.

Applies to