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

223 строки
15 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups"
name: "VolumeGroups"
nameWithType: "VolumeGroups"
summary: "Resource collection API of Volume<wbr>Groups."
syntax: "public interface **VolumeGroups**"
methods:
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.define(java.lang.String)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.define(String name)"
name: "define(String name)"
nameWithType: "VolumeGroups.define(String name)"
summary: "Begins definition for a new Volume<wbr>Group 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 VolumeGroup.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new VolumeGroup resource."
returns:
description: "the first stage of the new VolumeGroup definition."
type: "<xref href=\"com.azure.resourcemanager.elasticsan.models.VolumeGroup.DefinitionStages.Blank?alt=com.azure.resourcemanager.elasticsan.models.VolumeGroup.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.delete(String resourceGroupName, String elasticSanName, String volumeGroupName)"
name: "delete(String resourceGroupName, String elasticSanName, String volumeGroupName)"
nameWithType: "VolumeGroups.delete(String resourceGroupName, String elasticSanName, String volumeGroupName)"
summary: "Delete an Volume<wbr>Group."
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: "The name of the ElasticSan."
name: "elasticSanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VolumeGroup."
name: "volumeGroupName"
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 elasticSanName, String volumeGroupName)"
desc: "Delete an VolumeGroup."
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.delete(String resourceGroupName, String elasticSanName, String volumeGroupName, Context context)"
name: "delete(String resourceGroupName, String elasticSanName, String volumeGroupName, Context context)"
nameWithType: "VolumeGroups.delete(String resourceGroupName, String elasticSanName, String volumeGroupName, Context context)"
summary: "Delete an Volume<wbr>Group."
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: "The name of the ElasticSan."
name: "elasticSanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VolumeGroup."
name: "volumeGroupName"
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 elasticSanName, String volumeGroupName, Context context)"
desc: "Delete an VolumeGroup."
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "VolumeGroups.deleteById(String id)"
summary: "Delete an Volume<wbr>Group."
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 an VolumeGroup."
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "VolumeGroups.deleteByIdWithResponse(String id, Context context)"
summary: "Delete an Volume<wbr>Group."
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 an VolumeGroup."
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.get(String resourceGroupName, String elasticSanName, String volumeGroupName)"
name: "get(String resourceGroupName, String elasticSanName, String volumeGroupName)"
nameWithType: "VolumeGroups.get(String resourceGroupName, String elasticSanName, String volumeGroupName)"
summary: "Get an Volume<wbr>Groups."
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: "The name of the ElasticSan."
name: "elasticSanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VolumeGroup."
name: "volumeGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract VolumeGroup get(String resourceGroupName, String elasticSanName, String volumeGroupName)"
desc: "Get an VolumeGroups."
returns:
description: "an VolumeGroups."
type: "<xref href=\"com.azure.resourcemanager.elasticsan.models.VolumeGroup?alt=com.azure.resourcemanager.elasticsan.models.VolumeGroup&text=VolumeGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.getById(String id)"
name: "getById(String id)"
nameWithType: "VolumeGroups.getById(String id)"
summary: "Get an Volume<wbr>Groups."
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 VolumeGroup getById(String id)"
desc: "Get an VolumeGroups."
returns:
description: "an VolumeGroups 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.elasticsan.models.VolumeGroup?alt=com.azure.resourcemanager.elasticsan.models.VolumeGroup&text=VolumeGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "VolumeGroups.getByIdWithResponse(String id, Context context)"
summary: "Get an Volume<wbr>Groups."
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<VolumeGroup> getByIdWithResponse(String id, Context context)"
desc: "Get an VolumeGroups."
returns:
description: "an VolumeGroups 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.elasticsan.models.VolumeGroup?alt=com.azure.resourcemanager.elasticsan.models.VolumeGroup&text=VolumeGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.getWithResponse(String resourceGroupName, String elasticSanName, String volumeGroupName, Context context)"
name: "getWithResponse(String resourceGroupName, String elasticSanName, String volumeGroupName, Context context)"
nameWithType: "VolumeGroups.getWithResponse(String resourceGroupName, String elasticSanName, String volumeGroupName, Context context)"
summary: "Get an Volume<wbr>Groups."
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: "The name of the ElasticSan."
name: "elasticSanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VolumeGroup."
name: "volumeGroupName"
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<VolumeGroup> getWithResponse(String resourceGroupName, String elasticSanName, String volumeGroupName, Context context)"
desc: "Get an VolumeGroups."
returns:
description: "an VolumeGroups 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.elasticsan.models.VolumeGroup?alt=com.azure.resourcemanager.elasticsan.models.VolumeGroup&text=VolumeGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.listByElasticSan(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.listByElasticSan(String resourceGroupName, String elasticSanName)"
name: "listByElasticSan(String resourceGroupName, String elasticSanName)"
nameWithType: "VolumeGroups.listByElasticSan(String resourceGroupName, String elasticSanName)"
summary: "List Volume<wbr>Groups."
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: "The name of the ElasticSan."
name: "elasticSanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<VolumeGroup> listByElasticSan(String resourceGroupName, String elasticSanName)"
desc: "List VolumeGroups."
returns:
description: "list of Volume Groups 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.elasticsan.models.VolumeGroup?alt=com.azure.resourcemanager.elasticsan.models.VolumeGroup&text=VolumeGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.listByElasticSan(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.elasticsan.models.VolumeGroups.listByElasticSan(String resourceGroupName, String elasticSanName, Context context)"
name: "listByElasticSan(String resourceGroupName, String elasticSanName, Context context)"
nameWithType: "VolumeGroups.listByElasticSan(String resourceGroupName, String elasticSanName, Context context)"
summary: "List Volume<wbr>Groups."
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: "The name of the ElasticSan."
name: "elasticSanName"
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<VolumeGroup> listByElasticSan(String resourceGroupName, String elasticSanName, Context context)"
desc: "List VolumeGroups."
returns:
description: "list of Volume Groups 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.elasticsan.models.VolumeGroup?alt=com.azure.resourcemanager.elasticsan.models.VolumeGroup&text=VolumeGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of VolumeGroups."
metadata: {}
package: "com.azure.resourcemanager.elasticsan.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-elasticsan:1.0.0