azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.o...

90 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions"
fullName: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions"
name: "AutonomousDatabaseVersions"
nameWithType: "AutonomousDatabaseVersions"
summary: "Resource collection API of Autonomous<wbr>Database<wbr>Versions."
syntax: "public interface **AutonomousDatabaseVersions**"
methods:
- uid: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions.get(String location, String autonomousdbversionsname)"
name: "get(String location, String autonomousdbversionsname)"
nameWithType: "AutonomousDatabaseVersions.get(String location, String autonomousdbversionsname)"
summary: "Get a Autonomous<wbr>DbVersion."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "AutonomousDbVersion name."
name: "autonomousdbversionsname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract AutonomousDbVersion get(String location, String autonomousdbversionsname)"
desc: "Get a AutonomousDbVersion."
returns:
description: "a AutonomousDbVersion."
type: "<xref href=\"com.azure.resourcemanager.oracledatabase.models.AutonomousDbVersion?alt=com.azure.resourcemanager.oracledatabase.models.AutonomousDbVersion&text=AutonomousDbVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions.getWithResponse(String location, String autonomousdbversionsname, Context context)"
name: "getWithResponse(String location, String autonomousdbversionsname, Context context)"
nameWithType: "AutonomousDatabaseVersions.getWithResponse(String location, String autonomousdbversionsname, Context context)"
summary: "Get a Autonomous<wbr>DbVersion."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "AutonomousDbVersion name."
name: "autonomousdbversionsname"
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<AutonomousDbVersion> getWithResponse(String location, String autonomousdbversionsname, Context context)"
desc: "Get a AutonomousDbVersion."
returns:
description: "a AutonomousDbVersion 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.oracledatabase.models.AutonomousDbVersion?alt=com.azure.resourcemanager.oracledatabase.models.AutonomousDbVersion&text=AutonomousDbVersion\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions.listByLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions.listByLocation(String location)"
name: "listByLocation(String location)"
nameWithType: "AutonomousDatabaseVersions.listByLocation(String location)"
summary: "List Autonomous<wbr>DbVersion resources by Location."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<AutonomousDbVersion> listByLocation(String location)"
desc: "List AutonomousDbVersion resources by Location."
returns:
description: "the response of a AutonomousDbVersion list operation 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.oracledatabase.models.AutonomousDbVersion?alt=com.azure.resourcemanager.oracledatabase.models.AutonomousDbVersion&text=AutonomousDbVersion\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions.listByLocation(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.oracledatabase.models.AutonomousDatabaseVersions.listByLocation(String location, Context context)"
name: "listByLocation(String location, Context context)"
nameWithType: "AutonomousDatabaseVersions.listByLocation(String location, Context context)"
summary: "List Autonomous<wbr>DbVersion resources by Location."
modifiers:
- "abstract"
parameters:
- description: "The name of the Azure region."
name: "location"
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 PagedIterable<AutonomousDbVersion> listByLocation(String location, Context context)"
desc: "List AutonomousDbVersion resources by Location."
returns:
description: "the response of a AutonomousDbVersion list operation 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.oracledatabase.models.AutonomousDbVersion?alt=com.azure.resourcemanager.oracledatabase.models.AutonomousDbVersion&text=AutonomousDbVersion\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of AutonomousDatabaseVersions."
metadata: {}
package: "com.azure.resourcemanager.oracledatabase.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-oracledatabase:1.0.0