AccessUriInner Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.fluent.models.AccessUriInner

Implements

public final class AccessUriInner
implements JsonSerializable<AccessUriInner>

A disk access SAS uri.

Method Summary

Modifier and Type Method and Description
String accessSas()

Get the accessSas property: A SAS uri for accessing a disk.

static AccessUriInner fromJson(JsonReader jsonReader)

Reads an instance of AccessUriInner from the JsonReader.

String securityDataAccessSas()

Get the securityDataAccessSas property: A SAS uri for accessing a VM guest state.

String securityMetadataAccessSas()

Get the securityMetadataAccessSas property: A SAS uri for accessing a VM metadata.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

accessSas

public String accessSas()

Get the accessSas property: A SAS uri for accessing a disk.

Returns:

the accessSas value.

fromJson

public static AccessUriInner fromJson(JsonReader jsonReader)

Reads an instance of AccessUriInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

securityDataAccessSas

public String securityDataAccessSas()

Get the securityDataAccessSas property: A SAS uri for accessing a VM guest state.

Returns:

the securityDataAccessSas value.

securityMetadataAccessSas

public String securityMetadataAccessSas()

Get the securityMetadataAccessSas property: A SAS uri for accessing a VM metadata.

Returns:

the securityMetadataAccessSas value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to