Share via


Operation Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

public interface Operation
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.OperationInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.eventgrid.v2020_04_01_preview.implementation.EventGridManager>

Type representing Operation.

Method Summary

Modifier and Type Method and Description
abstract OperationInfo display()
abstract java.lang.String name()
abstract java.lang.String origin()
abstract java.lang.Object properties()

Method Details

display

public abstract OperationInfo display()

Returns:

the display value.

name

public abstract String name()

Returns:

the name value.

origin

public abstract String origin()

Returns:

the origin value.

properties

public abstract Object properties()

Returns:

the properties value.

Applies to