186 строки
12 KiB
YAML
186 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.storage.models.Endpoints"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints"
|
|
name: "Endpoints"
|
|
nameWithType: "Endpoints"
|
|
summary: "The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **Endpoints**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.storage.models.Endpoints?alt=com.azure.resourcemanager.storage.models.Endpoints&text=Endpoints\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.Endpoints()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.Endpoints()"
|
|
name: "Endpoints()"
|
|
nameWithType: "Endpoints.Endpoints()"
|
|
summary: "Creates an instance of Endpoints class."
|
|
syntax: "public Endpoints()"
|
|
desc: "Creates an instance of Endpoints class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.blob()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.blob()"
|
|
name: "blob()"
|
|
nameWithType: "Endpoints.blob()"
|
|
summary: "Get the blob property: Gets the blob endpoint."
|
|
syntax: "public String blob()"
|
|
desc: "Get the blob property: Gets the blob endpoint."
|
|
returns:
|
|
description: "the blob value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.dfs()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.dfs()"
|
|
name: "dfs()"
|
|
nameWithType: "Endpoints.dfs()"
|
|
summary: "Get the dfs property: Gets the dfs endpoint."
|
|
syntax: "public String dfs()"
|
|
desc: "Get the dfs property: Gets the dfs endpoint."
|
|
returns:
|
|
description: "the dfs value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.file()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.file()"
|
|
name: "file()"
|
|
nameWithType: "Endpoints.file()"
|
|
summary: "Get the file property: Gets the file endpoint."
|
|
syntax: "public String file()"
|
|
desc: "Get the file property: Gets the file endpoint."
|
|
returns:
|
|
description: "the file value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "Endpoints.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Endpoints from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static Endpoints fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the Endpoints."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of Endpoints from the JsonReader."
|
|
returns:
|
|
description: "An instance of Endpoints if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.Endpoints?alt=com.azure.resourcemanager.storage.models.Endpoints&text=Endpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.internetEndpoints()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.internetEndpoints()"
|
|
name: "internetEndpoints()"
|
|
nameWithType: "Endpoints.internetEndpoints()"
|
|
summary: "Get the internet<wbr>Endpoints property: Gets the internet routing storage endpoints."
|
|
syntax: "public StorageAccountInternetEndpoints internetEndpoints()"
|
|
desc: "Get the internetEndpoints property: Gets the internet routing storage endpoints."
|
|
returns:
|
|
description: "the internetEndpoints value."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.StorageAccountInternetEndpoints?alt=com.azure.resourcemanager.storage.models.StorageAccountInternetEndpoints&text=StorageAccountInternetEndpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.microsoftEndpoints()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.microsoftEndpoints()"
|
|
name: "microsoftEndpoints()"
|
|
nameWithType: "Endpoints.microsoftEndpoints()"
|
|
summary: "Get the microsoft<wbr>Endpoints property: Gets the microsoft routing storage endpoints."
|
|
syntax: "public StorageAccountMicrosoftEndpoints microsoftEndpoints()"
|
|
desc: "Get the microsoftEndpoints property: Gets the microsoft routing storage endpoints."
|
|
returns:
|
|
description: "the microsoftEndpoints value."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.StorageAccountMicrosoftEndpoints?alt=com.azure.resourcemanager.storage.models.StorageAccountMicrosoftEndpoints&text=StorageAccountMicrosoftEndpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.queue()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.queue()"
|
|
name: "queue()"
|
|
nameWithType: "Endpoints.queue()"
|
|
summary: "Get the queue property: Gets the queue endpoint."
|
|
syntax: "public String queue()"
|
|
desc: "Get the queue property: Gets the queue endpoint."
|
|
returns:
|
|
description: "the queue value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.table()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.table()"
|
|
name: "table()"
|
|
nameWithType: "Endpoints.table()"
|
|
summary: "Get the table property: Gets the table endpoint."
|
|
syntax: "public String table()"
|
|
desc: "Get the table property: Gets the table endpoint."
|
|
returns:
|
|
description: "the table value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "Endpoints.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.validate()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Endpoints.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.web()"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.web()"
|
|
name: "web()"
|
|
nameWithType: "Endpoints.web()"
|
|
summary: "Get the web property: Gets the web endpoint."
|
|
syntax: "public String web()"
|
|
desc: "Get the web property: Gets the web endpoint."
|
|
returns:
|
|
description: "the web value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.withInternetEndpoints(com.azure.resourcemanager.storage.models.StorageAccountInternetEndpoints)"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)"
|
|
name: "withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)"
|
|
nameWithType: "Endpoints.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)"
|
|
summary: "Set the internet<wbr>Endpoints property: Gets the internet routing storage endpoints."
|
|
parameters:
|
|
- description: "the internetEndpoints value to set."
|
|
name: "internetEndpoints"
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.StorageAccountInternetEndpoints?alt=com.azure.resourcemanager.storage.models.StorageAccountInternetEndpoints&text=StorageAccountInternetEndpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Endpoints withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)"
|
|
desc: "Set the internetEndpoints property: Gets the internet routing storage endpoints."
|
|
returns:
|
|
description: "the Endpoints object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.Endpoints?alt=com.azure.resourcemanager.storage.models.Endpoints&text=Endpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.Endpoints.withMicrosoftEndpoints(com.azure.resourcemanager.storage.models.StorageAccountMicrosoftEndpoints)"
|
|
fullName: "com.azure.resourcemanager.storage.models.Endpoints.withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)"
|
|
name: "withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)"
|
|
nameWithType: "Endpoints.withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)"
|
|
summary: "Set the microsoft<wbr>Endpoints property: Gets the microsoft routing storage endpoints."
|
|
parameters:
|
|
- description: "the microsoftEndpoints value to set."
|
|
name: "microsoftEndpoints"
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.StorageAccountMicrosoftEndpoints?alt=com.azure.resourcemanager.storage.models.StorageAccountMicrosoftEndpoints&text=StorageAccountMicrosoftEndpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Endpoints withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)"
|
|
desc: "Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints."
|
|
returns:
|
|
description: "the Endpoints object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.Endpoints?alt=com.azure.resourcemanager.storage.models.Endpoints&text=Endpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.storage.models.Endpoints?alt=com.azure.resourcemanager.storage.models.Endpoints&text=Endpoints\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.storage.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.44.0
|