OperationValueInner Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.fluent.models.OperationValueInner

Implements

public final class OperationValueInner
implements JsonSerializable<OperationValueInner>

Describes the properties of a Operation value.

Constructor Summary

Constructor Description
OperationValueInner()

Creates an instance of OperationValueInner class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: The description of the operation.

static OperationValueInner fromJson(JsonReader jsonReader)

Reads an instance of OperationValueInner from the JsonReader.

String name()

Get the name property: The name of the operation.

String operation()

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

String origin()

Get the origin property: The origin of the 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)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

OperationValueInner

public OperationValueInner()

Creates an instance of OperationValueInner class.

Method Details

description

public String description()

Get the description property: The description of the operation.

Returns:

the description value.

fromJson

public static OperationValueInner fromJson(JsonReader jsonReader)

Reads an instance of OperationValueInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of OperationValueInner 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 OperationValueInner.

name

public String name()

Get the name property: The name of the operation.

Returns:

the name value.

operation

public String operation()

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

Returns:

the operation value.

origin

public String origin()

Get the origin property: The origin of the operation.

Returns:

the origin 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:

validate

public void validate()

Validates the instance.

Applies to