ResourceProviderOperationDefinition Interface

public interface ResourceProviderOperationDefinition

An immutable client-side representation of ResourceProviderOperationDefinition.

Method Summary

Modifier and Type Method and Description
abstract ResourceProviderOperationDisplay display()

Gets the display property: The resource provider operation details.

abstract ResourceProviderOperationDefinitionInner innerModel()

Gets the inner com.azure.resourcemanager.changeanalysis.fluent.models.ResourceProviderOperationDefinitionInner object.

abstract String name()

Gets the name property: The resource provider operation name.

Method Details

display

public abstract ResourceProviderOperationDisplay display()

Gets the display property: The resource provider operation details.

Returns:

the display value.

innerModel

public abstract ResourceProviderOperationDefinitionInner innerModel()

Gets the inner com.azure.resourcemanager.changeanalysis.fluent.models.ResourceProviderOperationDefinitionInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The resource provider operation name.

Returns:

the name value.

Applies to