StorageAccountInternetEndpoints Class

  • java.lang.Object
    • com.azure.resourcemanager.storage.models.StorageAccountInternetEndpoints

Implements

public final class StorageAccountInternetEndpoints
implements JsonSerializable<StorageAccountInternetEndpoints>

The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a internet routing endpoint.

Constructor Summary

Constructor Description
StorageAccountInternetEndpoints()

Creates an instance of StorageAccountInternetEndpoints class.

Method Summary

Modifier and Type Method and Description
String blob()

Get the blob property: Gets the blob endpoint.

String dfs()

Get the dfs property: Gets the dfs endpoint.

String file()

Get the file property: Gets the file endpoint.

static StorageAccountInternetEndpoints fromJson(JsonReader jsonReader)

Reads an instance of StorageAccountInternetEndpoints from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String web()

Get the web property: Gets the web endpoint.

Methods inherited from java.lang.Object

Constructor Details

StorageAccountInternetEndpoints

public StorageAccountInternetEndpoints()

Creates an instance of StorageAccountInternetEndpoints class.

Method Details

blob

public String blob()

Get the blob property: Gets the blob endpoint.

Returns:

the blob value.

dfs

public String dfs()

Get the dfs property: Gets the dfs endpoint.

Returns:

the dfs value.

file

public String file()

Get the file property: Gets the file endpoint.

Returns:

the file value.

fromJson

public static StorageAccountInternetEndpoints fromJson(JsonReader jsonReader)

Reads an instance of StorageAccountInternetEndpoints from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

web

public String web()

Get the web property: Gets the web endpoint.

Returns:

the web value.

Applies to