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

239 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.connectedvmware.models.Datastores"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores"
name: "Datastores"
nameWithType: "Datastores"
summary: "Resource collection API of Datastores."
syntax: "public interface **Datastores**"
methods:
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.define(java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.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.connectedvmware.models.Datastore.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.delete(String resourceGroupName, String datastoreName)"
name: "delete(String resourceGroupName, String datastoreName)"
nameWithType: "Datastores.delete(String resourceGroupName, String datastoreName)"
summary: "Deletes an datastore."
modifiers:
- "abstract"
parameters:
- description: "The Resource Group Name."
name: "resourceGroupName"
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 datastoreName)"
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
name: "delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
nameWithType: "Datastores.delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
summary: "Deletes an datastore."
modifiers:
- "abstract"
parameters:
- description: "The Resource Group Name."
name: "resourceGroupName"
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: "Whether force delete was specified."
name: "force"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</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 datastoreName, Boolean force, Context context)"
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Datastores.deleteById(String id)"
summary: "Deletes an 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: "Deletes an datastore.\n\nImplements datastore DELETE method."
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.deleteByIdWithResponse(java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.deleteByIdWithResponse(String id, Boolean force, Context context)"
name: "deleteByIdWithResponse(String id, Boolean force, Context context)"
nameWithType: "Datastores.deleteByIdWithResponse(String id, Boolean force, Context context)"
summary: "Deletes an 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: "Whether force delete was specified."
name: "force"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</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, Boolean force, Context context)"
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.getById(String id)"
name: "getById(String id)"
nameWithType: "Datastores.getById(String id)"
summary: "Gets 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: "Gets a datastore.\n\nImplements datastore GET method."
returns:
description: "define the 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.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Datastores.getByIdWithResponse(String id, Context context)"
summary: "Gets 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: "Gets a datastore.\n\nImplements datastore GET method."
returns:
description: "define the 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\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByResourceGroup(String resourceGroupName, String datastoreName)"
name: "getByResourceGroup(String resourceGroupName, String datastoreName)"
nameWithType: "Datastores.getByResourceGroup(String resourceGroupName, String datastoreName)"
summary: "Gets a datastore."
modifiers:
- "abstract"
parameters:
- description: "The Resource Group Name."
name: "resourceGroupName"
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 getByResourceGroup(String resourceGroupName, String datastoreName)"
desc: "Gets a datastore.\n\nImplements datastore GET method."
returns:
description: "define the datastore."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
nameWithType: "Datastores.getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
summary: "Gets a datastore."
modifiers:
- "abstract"
parameters:
- description: "The Resource Group Name."
name: "resourceGroupName"
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> getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
desc: "Gets a datastore.\n\nImplements datastore GET method."
returns:
description: "define the 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\" />&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.list()"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.list()"
name: "list()"
nameWithType: "Datastores.list()"
summary: "Implements GET datastores in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<Datastore> list()"
desc: "Implements GET datastores in a subscription.\n\nList of datastores in a subscription."
returns:
description: "list of Datastores 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.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.list(Context context)"
name: "list(Context context)"
nameWithType: "Datastores.list(Context context)"
summary: "Implements GET datastores in a subscription."
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<Datastore> list(Context context)"
desc: "Implements GET datastores in a subscription.\n\nList of datastores in a subscription."
returns:
description: "list of Datastores 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.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "Datastores.listByResourceGroup(String resourceGroupName)"
summary: "Implements GET datastores in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The Resource Group Name."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Datastore> listByResourceGroup(String resourceGroupName)"
desc: "Implements GET datastores in a resource group.\n\nList of datastores in a resource group."
returns:
description: "list of Datastores 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.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "Datastores.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Implements GET datastores in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The Resource Group Name."
name: "resourceGroupName"
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> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Implements GET datastores in a resource group.\n\nList of datastores in a resource group."
returns:
description: "list of Datastores 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.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Datastores."
metadata: {}
package: "com.azure.resourcemanager.connectedvmware.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0