GalleryResourceProfilePropertiesBase Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.GalleryResourceProfilePropertiesBase

Implements

public class GalleryResourceProfilePropertiesBase
implements JsonSerializable<GalleryResourceProfilePropertiesBase>

The properties of a gallery ResourceProfile.

Constructor Summary

Constructor Description
GalleryResourceProfilePropertiesBase()

Creates an instance of GalleryResourceProfilePropertiesBase class.

Method Summary

Modifier and Type Method and Description
static GalleryResourceProfilePropertiesBase fromJson(JsonReader jsonReader)

Reads an instance of GalleryResourceProfilePropertiesBase from the JsonReader.

GalleryProvisioningState provisioningState()

Get the provisioningState property: The provisioning state, which only appears in the response.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

GalleryResourceProfilePropertiesBase

public GalleryResourceProfilePropertiesBase()

Creates an instance of GalleryResourceProfilePropertiesBase class.

Method Details

fromJson

public static GalleryResourceProfilePropertiesBase fromJson(JsonReader jsonReader)

Reads an instance of GalleryResourceProfilePropertiesBase from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

provisioningState

public GalleryProvisioningState provisioningState()

Get the provisioningState property: The provisioning state, which only appears in the response.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to