178 строки
13 KiB
YAML
178 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.avs.models.IscsiPaths"
|
|
fullName: "com.azure.resourcemanager.avs.models.IscsiPaths"
|
|
name: "IscsiPaths"
|
|
nameWithType: "IscsiPaths"
|
|
summary: "Resource collection API of Iscsi<wbr>Paths."
|
|
syntax: "public interface **IscsiPaths**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.avs.models.IscsiPaths.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.IscsiPathInner)"
|
|
fullName: "com.azure.resourcemanager.avs.models.IscsiPaths.createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
|
|
name: "createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
|
|
nameWithType: "IscsiPaths.createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
|
|
summary: "Create a Iscsi<wbr>Path."
|
|
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: "Resource create parameters."
|
|
name: "resource"
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.IscsiPathInner?alt=com.azure.resourcemanager.avs.fluent.models.IscsiPathInner&text=IscsiPathInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract IscsiPath createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
|
|
desc: "Create a IscsiPath."
|
|
returns:
|
|
description: "an iSCSI path resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.IscsiPath?alt=com.azure.resourcemanager.avs.models.IscsiPath&text=IscsiPath\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.IscsiPaths.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.IscsiPathInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.avs.models.IscsiPaths.createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource, Context context)"
|
|
name: "createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource, Context context)"
|
|
nameWithType: "IscsiPaths.createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource, Context context)"
|
|
summary: "Create a Iscsi<wbr>Path."
|
|
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: "Resource create parameters."
|
|
name: "resource"
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.IscsiPathInner?alt=com.azure.resourcemanager.avs.fluent.models.IscsiPathInner&text=IscsiPathInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 IscsiPath createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource, Context context)"
|
|
desc: "Create a IscsiPath."
|
|
returns:
|
|
description: "an iSCSI path resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.IscsiPath?alt=com.azure.resourcemanager.avs.models.IscsiPath&text=IscsiPath\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.IscsiPaths.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.avs.models.IscsiPaths.delete(String resourceGroupName, String privateCloudName, Context context)"
|
|
name: "delete(String resourceGroupName, String privateCloudName, Context context)"
|
|
nameWithType: "IscsiPaths.delete(String resourceGroupName, String privateCloudName, Context context)"
|
|
summary: "Delete a Iscsi<wbr>Path."
|
|
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: "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, Context context)"
|
|
desc: "Delete a IscsiPath."
|
|
- uid: "com.azure.resourcemanager.avs.models.IscsiPaths.deleteByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.IscsiPaths.deleteByResourceGroup(String resourceGroupName, String privateCloudName)"
|
|
name: "deleteByResourceGroup(String resourceGroupName, String privateCloudName)"
|
|
nameWithType: "IscsiPaths.deleteByResourceGroup(String resourceGroupName, String privateCloudName)"
|
|
summary: "Delete a Iscsi<wbr>Path."
|
|
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>"
|
|
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String privateCloudName)"
|
|
desc: "Delete a IscsiPath."
|
|
- uid: "com.azure.resourcemanager.avs.models.IscsiPaths.get(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.IscsiPaths.get(String resourceGroupName, String privateCloudName)"
|
|
name: "get(String resourceGroupName, String privateCloudName)"
|
|
nameWithType: "IscsiPaths.get(String resourceGroupName, String privateCloudName)"
|
|
summary: "Get a Iscsi<wbr>Path."
|
|
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>"
|
|
syntax: "public abstract IscsiPath get(String resourceGroupName, String privateCloudName)"
|
|
desc: "Get a IscsiPath."
|
|
returns:
|
|
description: "a IscsiPath."
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.IscsiPath?alt=com.azure.resourcemanager.avs.models.IscsiPath&text=IscsiPath\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.avs.models.IscsiPaths.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.avs.models.IscsiPaths.getWithResponse(String resourceGroupName, String privateCloudName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String privateCloudName, Context context)"
|
|
nameWithType: "IscsiPaths.getWithResponse(String resourceGroupName, String privateCloudName, Context context)"
|
|
summary: "Get a Iscsi<wbr>Path."
|
|
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: "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<IscsiPath> getWithResponse(String resourceGroupName, String privateCloudName, Context context)"
|
|
desc: "Get a IscsiPath."
|
|
returns:
|
|
description: "a IscsiPath 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.IscsiPath?alt=com.azure.resourcemanager.avs.models.IscsiPath&text=IscsiPath\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.avs.models.IscsiPaths.listByPrivateCloud(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.avs.models.IscsiPaths.listByPrivateCloud(String resourceGroupName, String privateCloudName)"
|
|
name: "listByPrivateCloud(String resourceGroupName, String privateCloudName)"
|
|
nameWithType: "IscsiPaths.listByPrivateCloud(String resourceGroupName, String privateCloudName)"
|
|
summary: "List Iscsi<wbr>Path resources by Private<wbr>Cloud."
|
|
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>"
|
|
syntax: "public abstract PagedIterable<IscsiPath> listByPrivateCloud(String resourceGroupName, String privateCloudName)"
|
|
desc: "List IscsiPath resources by PrivateCloud."
|
|
returns:
|
|
description: "the response of a IscsiPath 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.IscsiPath?alt=com.azure.resourcemanager.avs.models.IscsiPath&text=IscsiPath\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.avs.models.IscsiPaths.listByPrivateCloud(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.avs.models.IscsiPaths.listByPrivateCloud(String resourceGroupName, String privateCloudName, Context context)"
|
|
name: "listByPrivateCloud(String resourceGroupName, String privateCloudName, Context context)"
|
|
nameWithType: "IscsiPaths.listByPrivateCloud(String resourceGroupName, String privateCloudName, Context context)"
|
|
summary: "List Iscsi<wbr>Path resources by Private<wbr>Cloud."
|
|
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: "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<IscsiPath> listByPrivateCloud(String resourceGroupName, String privateCloudName, Context context)"
|
|
desc: "List IscsiPath resources by PrivateCloud."
|
|
returns:
|
|
description: "the response of a IscsiPath 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.IscsiPath?alt=com.azure.resourcemanager.avs.models.IscsiPath&text=IscsiPath\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of IscsiPaths."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.avs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0
|