241 строка
16 KiB
YAML
241 строка
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.avs.models.Datastores"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores"
|
|
name: "Datastores"
|
|
nameWithType: "Datastores"
|
|
summary: "Resource collection API of Datastores."
|
|
syntax: "public interface **Datastores**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Datastores.define(String name)"
|
|
summary: "Begins definition for a new Datastore resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Datastore.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new Datastore resource."
|
|
returns:
|
|
description: "the first stage of the new Datastore definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.Datastore.DefinitionStages.Blank?alt=com.azure.resourcemanager.avs.models.Datastore.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.delete(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName)"
|
|
name: "delete(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName)"
|
|
nameWithType: "Datastores.delete(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName)"
|
|
summary: "Delete a Datastore."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the private cloud."
|
|
name: "privateCloudName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the datastore."
|
|
name: "datastoreName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName)"
|
|
desc: "Delete a Datastore."
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.delete(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName, Context context)"
|
|
name: "delete(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName, Context context)"
|
|
nameWithType: "Datastores.delete(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName, Context context)"
|
|
summary: "Delete a Datastore."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the private cloud."
|
|
name: "privateCloudName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the datastore."
|
|
name: "datastoreName"
|
|
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 void delete(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName, Context context)"
|
|
desc: "Delete a Datastore."
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Datastores.deleteById(String id)"
|
|
summary: "Delete a Datastore."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Delete a Datastore."
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Datastores.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Delete a Datastore."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
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 void deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Delete a Datastore."
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.get(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName)"
|
|
name: "get(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName)"
|
|
nameWithType: "Datastores.get(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName)"
|
|
summary: "Get a Datastore."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the private cloud."
|
|
name: "privateCloudName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the datastore."
|
|
name: "datastoreName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Datastore get(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName)"
|
|
desc: "Get a Datastore."
|
|
returns:
|
|
description: "a Datastore."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.Datastore?alt=com.azure.resourcemanager.avs.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Datastores.getById(String id)"
|
|
summary: "Get a Datastore."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Datastore getById(String id)"
|
|
desc: "Get a Datastore."
|
|
returns:
|
|
description: "a Datastore 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.resourcemanager.avs.models.Datastore?alt=com.azure.resourcemanager.avs.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Datastores.getByIdWithResponse(String id, Context context)"
|
|
summary: "Get a Datastore."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
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<Datastore> getByIdWithResponse(String id, Context context)"
|
|
desc: "Get a Datastore."
|
|
returns:
|
|
description: "a Datastore 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\" /><<xref href=\"com.azure.resourcemanager.avs.models.Datastore?alt=com.azure.resourcemanager.avs.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName, Context context)"
|
|
nameWithType: "Datastores.getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName, Context context)"
|
|
summary: "Get a Datastore."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the private cloud."
|
|
name: "privateCloudName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the datastore."
|
|
name: "datastoreName"
|
|
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<Datastore> getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, String datastoreName, Context context)"
|
|
desc: "Get a Datastore."
|
|
returns:
|
|
description: "a Datastore 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\" /><<xref href=\"com.azure.resourcemanager.avs.models.Datastore?alt=com.azure.resourcemanager.avs.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.list(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.list(String resourceGroupName, String privateCloudName, String clusterName)"
|
|
name: "list(String resourceGroupName, String privateCloudName, String clusterName)"
|
|
nameWithType: "Datastores.list(String resourceGroupName, String privateCloudName, String clusterName)"
|
|
summary: "List Datastore resources by Cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the private cloud."
|
|
name: "privateCloudName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<Datastore> list(String resourceGroupName, String privateCloudName, String clusterName)"
|
|
desc: "List Datastore resources by Cluster."
|
|
returns:
|
|
description: "the response of a Datastore 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\" /><<xref href=\"com.azure.resourcemanager.avs.models.Datastore?alt=com.azure.resourcemanager.avs.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.avs.models.Datastores.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.avs.models.Datastores.list(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
|
|
name: "list(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
|
|
nameWithType: "Datastores.list(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
|
|
summary: "List Datastore resources by Cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the private cloud."
|
|
name: "privateCloudName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the cluster."
|
|
name: "clusterName"
|
|
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<Datastore> list(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
|
|
desc: "List Datastore resources by Cluster."
|
|
returns:
|
|
description: "the response of a Datastore 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\" /><<xref href=\"com.azure.resourcemanager.avs.models.Datastore?alt=com.azure.resourcemanager.avs.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Datastores."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.avs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0
|