61 строка
4.8 KiB
YAML
61 строка
4.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.storage.PublicEndpoints"
|
|
fullName: "com.microsoft.azure.management.storage.PublicEndpoints"
|
|
name: "PublicEndpoints"
|
|
nameWithType: "PublicEndpoints"
|
|
summary: "An instance of this class stores the The URIs associated with a storage account that are used to perform a retrieval of a public blob, queue or table object."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **PublicEndpoints**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.storage.PublicEndpoints.PublicEndpoints(com.microsoft.azure.management.storage.Endpoints,com.microsoft.azure.management.storage.Endpoints)"
|
|
fullName: "com.microsoft.azure.management.storage.PublicEndpoints.PublicEndpoints(Endpoints primary, Endpoints secondary)"
|
|
name: "PublicEndpoints(Endpoints primary, Endpoints secondary)"
|
|
nameWithType: "PublicEndpoints.PublicEndpoints(Endpoints primary, Endpoints secondary)"
|
|
summary: "Creates an instance of Public<wbr>Endpoints with two access endpoints."
|
|
parameters:
|
|
- description: "the primary endpoint"
|
|
name: "primary"
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.Endpoints?alt=com.microsoft.azure.management.storage.Endpoints&text=Endpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the secondary endpoint"
|
|
name: "secondary"
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.Endpoints?alt=com.microsoft.azure.management.storage.Endpoints&text=Endpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PublicEndpoints(Endpoints primary, Endpoints secondary)"
|
|
desc: "Creates an instance of PublicEndpoints with two access endpoints."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.storage.PublicEndpoints.primary()"
|
|
fullName: "com.microsoft.azure.management.storage.PublicEndpoints.primary()"
|
|
name: "primary()"
|
|
nameWithType: "PublicEndpoints.primary()"
|
|
syntax: "public Endpoints primary()"
|
|
returns:
|
|
description: "the URLs that are used to perform a retrieval of a public blob,\n queue or table object.Note that StandardZRS and PremiumLRS accounts\n only return the blob endpoint."
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.Endpoints?alt=com.microsoft.azure.management.storage.Endpoints&text=Endpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.PublicEndpoints.secondary()"
|
|
fullName: "com.microsoft.azure.management.storage.PublicEndpoints.secondary()"
|
|
name: "secondary()"
|
|
nameWithType: "PublicEndpoints.secondary()"
|
|
syntax: "public Endpoints secondary()"
|
|
returns:
|
|
description: "the URLs that are used to perform a retrieval of a public blob,\n queue or table object from the secondary location of the storage\n account. Only available if the accountType is StandardRAGRS."
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.Endpoints?alt=com.microsoft.azure.management.storage.Endpoints&text=Endpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "An instance of this class stores the The URIs associated with a storage account that are used to perform a retrieval of a public blob, queue or table object."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.storage"
|
|
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4
|