azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.s...

77 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storageimportexport.models.Locations"
fullName: "com.azure.resourcemanager.storageimportexport.models.Locations"
name: "Locations"
nameWithType: "Locations"
summary: "Resource collection API of Locations."
syntax: "public interface **Locations**"
methods:
- uid: "com.azure.resourcemanager.storageimportexport.models.Locations.get(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.Locations.get(String locationName)"
name: "get(String locationName)"
nameWithType: "Locations.get(String locationName)"
summary: "Returns the details about a location to which you can ship the disks associated with an import or export job."
modifiers:
- "abstract"
parameters:
- description: "The name of the location. For example, West US or westus."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Location get(String locationName)"
desc: "Returns the details about a location to which you can ship the disks associated with an import or export job. A location is an Azure region."
returns:
description: "provides information about an Azure data center location."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.Location?alt=com.azure.resourcemanager.storageimportexport.models.Location&text=Location\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.Locations.getWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storageimportexport.models.Locations.getWithResponse(String locationName, Context context)"
name: "getWithResponse(String locationName, Context context)"
nameWithType: "Locations.getWithResponse(String locationName, Context context)"
summary: "Returns the details about a location to which you can ship the disks associated with an import or export job."
modifiers:
- "abstract"
parameters:
- description: "The name of the location. For example, West US or westus."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Location> getWithResponse(String locationName, Context context)"
desc: "Returns the details about a location to which you can ship the disks associated with an import or export job. A location is an Azure region."
returns:
description: "provides information about an Azure data center location along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storageimportexport.models.Location?alt=com.azure.resourcemanager.storageimportexport.models.Location&text=Location\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storageimportexport.models.Locations.list()"
fullName: "com.azure.resourcemanager.storageimportexport.models.Locations.list()"
name: "list()"
nameWithType: "Locations.list()"
summary: "Returns a list of locations to which you can ship the disks associated with an import or export job."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<Location> list()"
desc: "Returns a list of locations to which you can ship the disks associated with an import or export job. A location is a Microsoft data center region."
returns:
description: "locations response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storageimportexport.models.Location?alt=com.azure.resourcemanager.storageimportexport.models.Location&text=Location\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storageimportexport.models.Locations.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storageimportexport.models.Locations.list(Context context)"
name: "list(Context context)"
nameWithType: "Locations.list(Context context)"
summary: "Returns a list of locations to which you can ship the disks associated with an import or export job."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<Location> list(Context context)"
desc: "Returns a list of locations to which you can ship the disks associated with an import or export job. A location is a Microsoft data center region."
returns:
description: "locations response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storageimportexport.models.Location?alt=com.azure.resourcemanager.storageimportexport.models.Location&text=Location\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Locations."
metadata: {}
package: "com.azure.resourcemanager.storageimportexport.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.2