108 строки
8.6 KiB
YAML
108 строки
8.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.storage.RoutingPreference"
|
|
fullName: "com.microsoft.azure.management.storage.RoutingPreference"
|
|
name: "RoutingPreference"
|
|
nameWithType: "RoutingPreference"
|
|
summary: "Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing."
|
|
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 **RoutingPreference**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.storage.RoutingPreference.RoutingPreference()"
|
|
fullName: "com.microsoft.azure.management.storage.RoutingPreference.RoutingPreference()"
|
|
name: "RoutingPreference()"
|
|
nameWithType: "RoutingPreference.RoutingPreference()"
|
|
syntax: "public RoutingPreference()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.storage.RoutingPreference.publishInternetEndpoints()"
|
|
fullName: "com.microsoft.azure.management.storage.RoutingPreference.publishInternetEndpoints()"
|
|
name: "publishInternetEndpoints()"
|
|
nameWithType: "RoutingPreference.publishInternetEndpoints()"
|
|
summary: "Get a boolean flag which indicates whether internet routing storage endpoints are to be published."
|
|
syntax: "public Boolean publishInternetEndpoints()"
|
|
desc: "Get a boolean flag which indicates whether internet routing storage endpoints are to be published."
|
|
returns:
|
|
description: "the publishInternetEndpoints value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.RoutingPreference.publishMicrosoftEndpoints()"
|
|
fullName: "com.microsoft.azure.management.storage.RoutingPreference.publishMicrosoftEndpoints()"
|
|
name: "publishMicrosoftEndpoints()"
|
|
nameWithType: "RoutingPreference.publishMicrosoftEndpoints()"
|
|
summary: "Get a boolean flag which indicates whether microsoft routing storage endpoints are to be published."
|
|
syntax: "public Boolean publishMicrosoftEndpoints()"
|
|
desc: "Get a boolean flag which indicates whether microsoft routing storage endpoints are to be published."
|
|
returns:
|
|
description: "the publishMicrosoftEndpoints value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.RoutingPreference.routingChoice()"
|
|
fullName: "com.microsoft.azure.management.storage.RoutingPreference.routingChoice()"
|
|
name: "routingChoice()"
|
|
nameWithType: "RoutingPreference.routingChoice()"
|
|
summary: "Get routing Choice defines the kind of network routing opted by the user."
|
|
syntax: "public RoutingChoice routingChoice()"
|
|
desc: "Get routing Choice defines the kind of network routing opted by the user. Possible values include: 'MicrosoftRouting', 'InternetRouting'."
|
|
returns:
|
|
description: "the routingChoice value"
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.RoutingChoice?alt=com.microsoft.azure.management.storage.RoutingChoice&text=RoutingChoice\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.RoutingPreference.withPublishInternetEndpoints(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.storage.RoutingPreference.withPublishInternetEndpoints(Boolean publishInternetEndpoints)"
|
|
name: "withPublishInternetEndpoints(Boolean publishInternetEndpoints)"
|
|
nameWithType: "RoutingPreference.withPublishInternetEndpoints(Boolean publishInternetEndpoints)"
|
|
summary: "Set a boolean flag which indicates whether internet routing storage endpoints are to be published."
|
|
parameters:
|
|
- description: "the publishInternetEndpoints value to set"
|
|
name: "publishInternetEndpoints"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RoutingPreference withPublishInternetEndpoints(Boolean publishInternetEndpoints)"
|
|
desc: "Set a boolean flag which indicates whether internet routing storage endpoints are to be published."
|
|
returns:
|
|
description: "the RoutingPreference object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.RoutingPreference?alt=com.microsoft.azure.management.storage.RoutingPreference&text=RoutingPreference\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.RoutingPreference.withPublishMicrosoftEndpoints(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.storage.RoutingPreference.withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)"
|
|
name: "withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)"
|
|
nameWithType: "RoutingPreference.withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)"
|
|
summary: "Set a boolean flag which indicates whether microsoft routing storage endpoints are to be published."
|
|
parameters:
|
|
- description: "the publishMicrosoftEndpoints value to set"
|
|
name: "publishMicrosoftEndpoints"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RoutingPreference withPublishMicrosoftEndpoints(Boolean publishMicrosoftEndpoints)"
|
|
desc: "Set a boolean flag which indicates whether microsoft routing storage endpoints are to be published."
|
|
returns:
|
|
description: "the RoutingPreference object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.RoutingPreference?alt=com.microsoft.azure.management.storage.RoutingPreference&text=RoutingPreference\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storage.RoutingPreference.withRoutingChoice(com.microsoft.azure.management.storage.RoutingChoice)"
|
|
fullName: "com.microsoft.azure.management.storage.RoutingPreference.withRoutingChoice(RoutingChoice routingChoice)"
|
|
name: "withRoutingChoice(RoutingChoice routingChoice)"
|
|
nameWithType: "RoutingPreference.withRoutingChoice(RoutingChoice routingChoice)"
|
|
summary: "Set routing Choice defines the kind of network routing opted by the user."
|
|
parameters:
|
|
- description: "the routingChoice value to set"
|
|
name: "routingChoice"
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.RoutingChoice?alt=com.microsoft.azure.management.storage.RoutingChoice&text=RoutingChoice\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RoutingPreference withRoutingChoice(RoutingChoice routingChoice)"
|
|
desc: "Set routing Choice defines the kind of network routing opted by the user. Possible values include: 'MicrosoftRouting', 'InternetRouting'."
|
|
returns:
|
|
description: "the RoutingPreference object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.storage.RoutingPreference?alt=com.microsoft.azure.management.storage.RoutingPreference&text=RoutingPreference\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.storage"
|
|
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4
|