ApplianceOperationValueDisplay Class

  • java.lang.Object
    • com.azure.resourcemanager.resourceconnector.fluent.models.ApplianceOperationValueDisplay

Implements

public final class ApplianceOperationValueDisplay
implements JsonSerializable<ApplianceOperationValueDisplay>

Describes the properties of an Appliances Operation Value Display.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: The description of the operation.

static ApplianceOperationValueDisplay fromJson(JsonReader jsonReader)

Reads an instance of ApplianceOperationValueDisplay from the JsonReader.

String operation()

Get the operation property: The display name of the compute operation.

String provider()

Get the provider property: The resource provider for the operation.

String resource()

Get the resource property: The display name of the resource the operation applies to.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

description

public String description()

Get the description property: The description of the operation.

Returns:

the description value.

fromJson

public static ApplianceOperationValueDisplay fromJson(JsonReader jsonReader)

Reads an instance of ApplianceOperationValueDisplay from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplianceOperationValueDisplay if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ApplianceOperationValueDisplay.

operation

public String operation()

Get the operation property: The display name of the compute operation.

Returns:

the operation value.

provider

public String provider()

Get the provider property: The resource provider for the operation.

Returns:

the provider value.

resource

public String resource()

Get the resource property: The display name of the resource the operation applies to.

Returns:

the resource value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to