Aracılığıyla paylaş


StorageAccountInternetEndpoints Class

  • java.lang.Object
    • com.microsoft.azure.management.storage.StorageAccountInternetEndpoints

public class 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()

Method Summary

Modifier and Type Method and Description
java.lang.String blob()

Get gets the blob endpoint.

java.lang.String dfs()

Get gets the dfs endpoint.

java.lang.String file()

Get gets the file endpoint.

java.lang.String web()

Get gets the web endpoint.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

StorageAccountInternetEndpoints

public StorageAccountInternetEndpoints()

Method Details

blob

public String blob()

Get gets the blob endpoint.

Returns:

the blob value

dfs

public String dfs()

Get gets the dfs endpoint.

Returns:

the dfs value

file

public String file()

Get gets the file endpoint.

Returns:

the file value

web

public String web()

Get gets the web endpoint.

Returns:

the web value

Applies to