Condividi tramite


CsmOperationDescriptionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.CsmOperationDescriptionInner

Implements

public final class CsmOperationDescriptionInner
implements JsonSerializable<CsmOperationDescriptionInner>

Description of an operation available for Microsoft.Web resource provider.

Method Summary

Modifier and Type Method and Description
CsmOperationDisplay display()

Get the display property: Meta data about operation used for display in portal.

static CsmOperationDescriptionInner fromJson(JsonReader jsonReader)

Reads an instance of CsmOperationDescriptionInner from the JsonReader.

Boolean isDataAction()

Get the isDataAction property: The isDataAction property.

String name()

Get the name property: The name property.

String origin()

Get the origin property: The origin property.

CsmOperationDescriptionProperties properties()

Get the properties property: Properties available for a Microsoft.Web resource provider operation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

display

public CsmOperationDisplay display()

Get the display property: Meta data about operation used for display in portal.

Returns:

the display value.

fromJson

public static CsmOperationDescriptionInner fromJson(JsonReader jsonReader)

Reads an instance of CsmOperationDescriptionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

isDataAction

public Boolean isDataAction()

Get the isDataAction property: The isDataAction property.

Returns:

the isDataAction value.

name

public String name()

Get the name property: The name property.

Returns:

the name value.

origin

public String origin()

Get the origin property: The origin property.

Returns:

the origin value.

properties

public CsmOperationDescriptionProperties properties()

Get the properties property: Properties available for a Microsoft.Web resource provider operation.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to