332 строки
27 KiB
YAML
332 строки
27 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.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.connectedvmware.fluent.ClustersClient.beginCreate(java.lang.String,java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginCreate(String resourceGroupName, String clusterName)"
|
||
|
name: "beginCreate(String resourceGroupName, String clusterName)"
|
||
|
nameWithType: "ClustersClient.beginCreate(String resourceGroupName, String clusterName)"
|
||
|
summary: "Implements cluster PUT method."
|
||
|
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 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<ClusterInner>,ClusterInner> beginCreate(String resourceGroupName, String clusterName)"
|
||
|
desc: "Implements cluster PUT method.\n\nCreate Or Update 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 define the cluster."
|
||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginCreate(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||
|
name: "beginCreate(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||
|
nameWithType: "ClustersClient.beginCreate(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||
|
summary: "Implements cluster PUT method."
|
||
|
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 cluster."
|
||
|
name: "clusterName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- description: "Request payload."
|
||
|
name: "body"
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.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> beginCreate(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||
|
desc: "Implements cluster PUT method.\n\nCreate Or Update 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 define the cluster."
|
||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginDelete(java.lang.String,java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginDelete(String resourceGroupName, String clusterName)"
|
||
|
name: "beginDelete(String resourceGroupName, String clusterName)"
|
||
|
nameWithType: "ClustersClient.beginDelete(String resourceGroupName, String clusterName)"
|
||
|
summary: "Deletes an cluster."
|
||
|
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 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 clusterName)"
|
||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||
|
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\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginDelete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginDelete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||
|
name: "beginDelete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||
|
nameWithType: "ClustersClient.beginDelete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||
|
summary: "Deletes an cluster."
|
||
|
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 cluster."
|
||
|
name: "clusterName"
|
||
|
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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||
|
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\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.create(java.lang.String,java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.create(String resourceGroupName, String clusterName)"
|
||
|
name: "create(String resourceGroupName, String clusterName)"
|
||
|
nameWithType: "ClustersClient.create(String resourceGroupName, String clusterName)"
|
||
|
summary: "Implements cluster PUT method."
|
||
|
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 cluster."
|
||
|
name: "clusterName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public abstract ClusterInner create(String resourceGroupName, String clusterName)"
|
||
|
desc: "Implements cluster PUT method.\n\nCreate Or Update cluster."
|
||
|
returns:
|
||
|
description: "define the cluster."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.create(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||
|
name: "create(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||
|
nameWithType: "ClustersClient.create(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||
|
summary: "Implements cluster PUT method."
|
||
|
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 cluster."
|
||
|
name: "clusterName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- description: "Request payload."
|
||
|
name: "body"
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.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 create(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||
|
desc: "Implements cluster PUT method.\n\nCreate Or Update cluster."
|
||
|
returns:
|
||
|
description: "define the cluster."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.delete(java.lang.String,java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.delete(String resourceGroupName, String clusterName)"
|
||
|
name: "delete(String resourceGroupName, String clusterName)"
|
||
|
nameWithType: "ClustersClient.delete(String resourceGroupName, String clusterName)"
|
||
|
summary: "Deletes an cluster."
|
||
|
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 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 clusterName)"
|
||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||
|
name: "delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||
|
nameWithType: "ClustersClient.delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||
|
summary: "Deletes an cluster."
|
||
|
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 cluster."
|
||
|
name: "clusterName"
|
||
|
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 clusterName, Boolean force, Context context)"
|
||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.getByResourceGroup(String resourceGroupName, String clusterName)"
|
||
|
name: "getByResourceGroup(String resourceGroupName, String clusterName)"
|
||
|
nameWithType: "ClustersClient.getByResourceGroup(String resourceGroupName, String clusterName)"
|
||
|
summary: "Gets a cluster."
|
||
|
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 cluster."
|
||
|
name: "clusterName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public abstract ClusterInner getByResourceGroup(String resourceGroupName, String clusterName)"
|
||
|
desc: "Gets a cluster.\n\nImplements cluster GET method."
|
||
|
returns:
|
||
|
description: "define the cluster."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||
|
nameWithType: "ClustersClient.getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||
|
summary: "Gets a cluster."
|
||
|
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 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> getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||
|
desc: "Gets a cluster.\n\nImplements cluster GET method."
|
||
|
returns:
|
||
|
description: "define the 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\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.list()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.list()"
|
||
|
name: "list()"
|
||
|
nameWithType: "ClustersClient.list()"
|
||
|
summary: "Implements GET clusters in a subscription."
|
||
|
modifiers:
|
||
|
- "abstract"
|
||
|
syntax: "public abstract PagedIterable<ClusterInner> list()"
|
||
|
desc: "Implements GET clusters in a subscription.\n\nList of clusters in a subscription."
|
||
|
returns:
|
||
|
description: "list of Clusters 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.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.list(com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.list(Context context)"
|
||
|
name: "list(Context context)"
|
||
|
nameWithType: "ClustersClient.list(Context context)"
|
||
|
summary: "Implements GET clusters 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<ClusterInner> list(Context context)"
|
||
|
desc: "Implements GET clusters in a subscription.\n\nList of clusters in a subscription."
|
||
|
returns:
|
||
|
description: "list of Clusters 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.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.listByResourceGroup(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.listByResourceGroup(String resourceGroupName)"
|
||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||
|
nameWithType: "ClustersClient.listByResourceGroup(String resourceGroupName)"
|
||
|
summary: "Implements GET clusters 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<ClusterInner> listByResourceGroup(String resourceGroupName)"
|
||
|
desc: "Implements GET clusters in a resource group.\n\nList of clusters in a resource group."
|
||
|
returns:
|
||
|
description: "list of Clusters 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.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||
|
nameWithType: "ClustersClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||
|
summary: "Implements GET clusters 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<ClusterInner> listByResourceGroup(String resourceGroupName, Context context)"
|
||
|
desc: "Implements GET clusters in a resource group.\n\nList of clusters in a resource group."
|
||
|
returns:
|
||
|
description: "list of Clusters 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.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.update(java.lang.String,java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.update(String resourceGroupName, String clusterName)"
|
||
|
name: "update(String resourceGroupName, String clusterName)"
|
||
|
nameWithType: "ClustersClient.update(String resourceGroupName, String clusterName)"
|
||
|
summary: "Updates a cluster."
|
||
|
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 cluster."
|
||
|
name: "clusterName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public abstract ClusterInner update(String resourceGroupName, String clusterName)"
|
||
|
desc: "Updates a cluster.\n\nAPI to update certain properties of the cluster resource."
|
||
|
returns:
|
||
|
description: "define the cluster."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.models.ResourcePatch,com.azure.core.util.Context)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.updateWithResponse(String resourceGroupName, String clusterName, ResourcePatch body, Context context)"
|
||
|
name: "updateWithResponse(String resourceGroupName, String clusterName, ResourcePatch body, Context context)"
|
||
|
nameWithType: "ClustersClient.updateWithResponse(String resourceGroupName, String clusterName, ResourcePatch body, Context context)"
|
||
|
summary: "Updates a cluster."
|
||
|
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 cluster."
|
||
|
name: "clusterName"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- description: "Resource properties to update."
|
||
|
name: "body"
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePatch?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePatch&text=ResourcePatch\" 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 Response<ClusterInner> updateWithResponse(String resourceGroupName, String clusterName, ResourcePatch body, Context context)"
|
||
|
desc: "Updates a cluster.\n\nAPI to update certain properties of the cluster resource."
|
||
|
returns:
|
||
|
description: "define the 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\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.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.connectedvmware.fluent"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|