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

449 строки
37 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.fluent.ClustersClient"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient"
name: "ClustersClient"
nameWithType: "ClustersClient"
summary: "An instance of this class provides access to all the operations defined in Clusters<wbr>Client."
syntax: "public interface **ClustersClient**"
methods:
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.ClusterInner)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginCreateOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster)"
name: "beginCreateOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster)"
nameWithType: "ClustersClient.beginCreateOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster)"
summary: "Create a 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: "Resource create parameters."
name: "cluster"
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ClusterInner>,ClusterInner> beginCreateOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster)"
desc: "Create a Cluster."
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 a cluster 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.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.ClusterInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginCreateOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster, Context context)"
nameWithType: "ClustersClient.beginCreateOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster, Context context)"
summary: "Create a 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: "Resource create parameters."
name: "cluster"
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" 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<ClusterInner>,ClusterInner> beginCreateOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster, Context context)"
desc: "Create a Cluster."
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 a cluster 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.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginDelete(String resourceGroupName, String privateCloudName, String clusterName)"
name: "beginDelete(String resourceGroupName, String privateCloudName, String clusterName)"
nameWithType: "ClustersClient.beginDelete(String resourceGroupName, String privateCloudName, String clusterName)"
summary: "Delete a 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String privateCloudName, String clusterName)"
desc: "Delete a Cluster."
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.ClustersClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginDelete(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
name: "beginDelete(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
nameWithType: "ClustersClient.beginDelete(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
summary: "Delete a 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
desc: "Delete a Cluster."
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.ClustersClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.models.ClusterUpdate)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate)"
name: "beginUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate)"
nameWithType: "ClustersClient.beginUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate)"
summary: "Update a 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 cluster properties to be updated."
name: "clusterUpdate"
type: "<xref href=\"com.azure.resourcemanager.avs.models.ClusterUpdate?alt=com.azure.resourcemanager.avs.models.ClusterUpdate&text=ClusterUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<ClusterInner>,ClusterInner> beginUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate)"
desc: "Update a Cluster."
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 a cluster 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.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.models.ClusterUpdate,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.beginUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate, Context context)"
name: "beginUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate, Context context)"
nameWithType: "ClustersClient.beginUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate, Context context)"
summary: "Update a 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 cluster properties to be updated."
name: "clusterUpdate"
type: "<xref href=\"com.azure.resourcemanager.avs.models.ClusterUpdate?alt=com.azure.resourcemanager.avs.models.ClusterUpdate&text=ClusterUpdate\" 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<ClusterInner>,ClusterInner> beginUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate, Context context)"
desc: "Update a Cluster."
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 a cluster 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.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.ClusterInner)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.createOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster)"
name: "createOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster)"
nameWithType: "ClustersClient.createOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster)"
summary: "Create a 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: "Resource create parameters."
name: "cluster"
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ClusterInner createOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster)"
desc: "Create a Cluster."
returns:
description: "a cluster resource."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.fluent.models.ClusterInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.createOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster, Context context)"
name: "createOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster, Context context)"
nameWithType: "ClustersClient.createOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster, Context context)"
summary: "Create a 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: "Resource create parameters."
name: "cluster"
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" 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 ClusterInner createOrUpdate(String resourceGroupName, String privateCloudName, String clusterName, ClusterInner cluster, Context context)"
desc: "Create a Cluster."
returns:
description: "a cluster resource."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.delete(String resourceGroupName, String privateCloudName, String clusterName)"
name: "delete(String resourceGroupName, String privateCloudName, String clusterName)"
nameWithType: "ClustersClient.delete(String resourceGroupName, String privateCloudName, String clusterName)"
summary: "Delete a 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 void delete(String resourceGroupName, String privateCloudName, String clusterName)"
desc: "Delete a Cluster."
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.delete(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
name: "delete(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
nameWithType: "ClustersClient.delete(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
summary: "Delete a 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 void delete(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
desc: "Delete a Cluster."
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.get(String resourceGroupName, String privateCloudName, String clusterName)"
name: "get(String resourceGroupName, String privateCloudName, String clusterName)"
nameWithType: "ClustersClient.get(String resourceGroupName, String privateCloudName, String clusterName)"
summary: "Get a 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 ClusterInner get(String resourceGroupName, String privateCloudName, String clusterName)"
desc: "Get a Cluster."
returns:
description: "a Cluster."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
name: "getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
nameWithType: "ClustersClient.getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
summary: "Get a 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 Response<ClusterInner> getWithResponse(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
desc: "Get a Cluster."
returns:
description: "a Cluster 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.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.list(String resourceGroupName, String privateCloudName)"
name: "list(String resourceGroupName, String privateCloudName)"
nameWithType: "ClustersClient.list(String resourceGroupName, String privateCloudName)"
summary: "List Cluster 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<ClusterInner> list(String resourceGroupName, String privateCloudName)"
desc: "List Cluster resources by PrivateCloud."
returns:
description: "the response of a Cluster 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.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.list(String resourceGroupName, String privateCloudName, Context context)"
name: "list(String resourceGroupName, String privateCloudName, Context context)"
nameWithType: "ClustersClient.list(String resourceGroupName, String privateCloudName, Context context)"
summary: "List Cluster 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<ClusterInner> list(String resourceGroupName, String privateCloudName, Context context)"
desc: "List Cluster resources by PrivateCloud."
returns:
description: "the response of a Cluster 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.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.listZones(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.listZones(String resourceGroupName, String privateCloudName, String clusterName)"
name: "listZones(String resourceGroupName, String privateCloudName, String clusterName)"
nameWithType: "ClustersClient.listZones(String resourceGroupName, String privateCloudName, String clusterName)"
summary: "List hosts by zone in a 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 ClusterZoneListInner listZones(String resourceGroupName, String privateCloudName, String clusterName)"
desc: "List hosts by zone in a cluster."
returns:
description: "list of all zones and associated hosts for a cluster."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterZoneListInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterZoneListInner&text=ClusterZoneListInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.listZonesWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.listZonesWithResponse(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
name: "listZonesWithResponse(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
nameWithType: "ClustersClient.listZonesWithResponse(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
summary: "List hosts by zone in a 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 Response<ClusterZoneListInner> listZonesWithResponse(String resourceGroupName, String privateCloudName, String clusterName, Context context)"
desc: "List hosts by zone in a cluster."
returns:
description: "list of all zones and associated hosts for a cluster 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.ClusterZoneListInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterZoneListInner&text=ClusterZoneListInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.models.ClusterUpdate)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.update(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate)"
name: "update(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate)"
nameWithType: "ClustersClient.update(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate)"
summary: "Update a 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 cluster properties to be updated."
name: "clusterUpdate"
type: "<xref href=\"com.azure.resourcemanager.avs.models.ClusterUpdate?alt=com.azure.resourcemanager.avs.models.ClusterUpdate&text=ClusterUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ClusterInner update(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate)"
desc: "Update a Cluster."
returns:
description: "a cluster resource."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.ClustersClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.avs.models.ClusterUpdate,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ClustersClient.update(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate, Context context)"
name: "update(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate, Context context)"
nameWithType: "ClustersClient.update(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate, Context context)"
summary: "Update a 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 cluster properties to be updated."
name: "clusterUpdate"
type: "<xref href=\"com.azure.resourcemanager.avs.models.ClusterUpdate?alt=com.azure.resourcemanager.avs.models.ClusterUpdate&text=ClusterUpdate\" 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 ClusterInner update(String resourceGroupName, String privateCloudName, String clusterName, ClusterUpdate clusterUpdate, Context context)"
desc: "Update a Cluster."
returns:
description: "a cluster resource."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ClusterInner?alt=com.azure.resourcemanager.avs.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ClustersClient."
metadata: {}
package: "com.azure.resourcemanager.avs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0