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

266 строки
22 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient"
name: "IscsiPathsClient"
nameWithType: "IscsiPathsClient"
summary: "An instance of this class provides access to all the operations defined in Iscsi<wbr>Paths<wbr>Client."
syntax: "public interface **IscsiPathsClient**"
methods:
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.IscsiPathInner)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.beginCreateOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
name: "beginCreateOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
nameWithType: "IscsiPathsClient.beginCreateOrUpdate(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 SyncPoller<PollResult<IscsiPathInner>,IscsiPathInner> beginCreateOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
desc: "Create a IscsiPath."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an iSCSI path resource."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;,<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\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.IscsiPathInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.beginCreateOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource, Context context)"
nameWithType: "IscsiPathsClient.beginCreateOrUpdate(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 SyncPoller<PollResult<IscsiPathInner>,IscsiPathInner> beginCreateOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource, Context context)"
desc: "Create a IscsiPath."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of an iSCSI path resource."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;,<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\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.beginDelete(String resourceGroupName, String privateCloudName)"
name: "beginDelete(String resourceGroupName, String privateCloudName)"
nameWithType: "IscsiPathsClient.beginDelete(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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String privateCloudName)"
desc: "Delete a IscsiPath."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.beginDelete(String resourceGroupName, String privateCloudName, Context context)"
name: "beginDelete(String resourceGroupName, String privateCloudName, Context context)"
nameWithType: "IscsiPathsClient.beginDelete(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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String privateCloudName, Context context)"
desc: "Delete a IscsiPath."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.IscsiPathInner)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
name: "createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
nameWithType: "IscsiPathsClient.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 IscsiPathInner createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource)"
desc: "Create a IscsiPath."
returns:
description: "an iSCSI path 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\" />"
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.IscsiPathInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource, Context context)"
name: "createOrUpdate(String resourceGroupName, String privateCloudName, IscsiPathInner resource, Context context)"
nameWithType: "IscsiPathsClient.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 IscsiPathInner 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.fluent.models.IscsiPathInner?alt=com.azure.resourcemanager.avs.fluent.models.IscsiPathInner&text=IscsiPathInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.delete(String resourceGroupName, String privateCloudName)"
name: "delete(String resourceGroupName, String privateCloudName)"
nameWithType: "IscsiPathsClient.delete(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 delete(String resourceGroupName, String privateCloudName)"
desc: "Delete a IscsiPath."
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.delete(String resourceGroupName, String privateCloudName, Context context)"
name: "delete(String resourceGroupName, String privateCloudName, Context context)"
nameWithType: "IscsiPathsClient.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.fluent.IscsiPathsClient.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.get(String resourceGroupName, String privateCloudName)"
name: "get(String resourceGroupName, String privateCloudName)"
nameWithType: "IscsiPathsClient.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 IscsiPathInner get(String resourceGroupName, String privateCloudName)"
desc: "Get a IscsiPath."
returns:
description: "a IscsiPath."
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\" />"
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.getWithResponse(String resourceGroupName, String privateCloudName, Context context)"
name: "getWithResponse(String resourceGroupName, String privateCloudName, Context context)"
nameWithType: "IscsiPathsClient.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<IscsiPathInner> 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\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.listByPrivateCloud(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.listByPrivateCloud(String resourceGroupName, String privateCloudName)"
name: "listByPrivateCloud(String resourceGroupName, String privateCloudName)"
nameWithType: "IscsiPathsClient.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<IscsiPathInner> 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\" />&lt;<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\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.listByPrivateCloud(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.IscsiPathsClient.listByPrivateCloud(String resourceGroupName, String privateCloudName, Context context)"
name: "listByPrivateCloud(String resourceGroupName, String privateCloudName, Context context)"
nameWithType: "IscsiPathsClient.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<IscsiPathInner> 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\" />&lt;<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\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in IscsiPathsClient."
metadata: {}
package: "com.azure.resourcemanager.avs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0