ClustersClient Interface
public interface ClustersClient
An instance of this class provides access to all the operations defined in ClustersClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ClusterInner>,ClusterInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, ClusterInner parameters)
Creates or updates a Service Fabric cluster resource. Create or update a Service Fabric cluster resource with the specified name.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ClusterInner>,ClusterInner> beginCreateOrUpdate(String resourceGroupName, String clusterName, ClusterInner parameters, Context context)
Creates or updates a Service Fabric cluster resource. Create or update a Service Fabric cluster resource with the specified name.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ClusterInner>,ClusterInner> beginUpdate(String resourceGroupName, String clusterName, ClusterUpdateParameters parameters)
Updates the configuration of a Service Fabric cluster resource. Update the configuration of a Service Fabric cluster resource with the specified name.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ClusterInner>,ClusterInner> beginUpdate(String resourceGroupName, String clusterName, ClusterUpdateParameters parameters, Context context)
Updates the configuration of a Service Fabric cluster resource. Update the configuration of a Service Fabric cluster resource with the specified name.
Parameters:
Returns:
createOrUpdate
public abstract ClusterInner createOrUpdate(String resourceGroupName, String clusterName, ClusterInner parameters)
Creates or updates a Service Fabric cluster resource. Create or update a Service Fabric cluster resource with the specified name.
Parameters:
Returns:
createOrUpdate
public abstract ClusterInner createOrUpdate(String resourceGroupName, String clusterName, ClusterInner parameters, Context context)
Creates or updates a Service Fabric cluster resource. Create or update a Service Fabric cluster resource with the specified name.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String clusterName)
Deletes a Service Fabric cluster resource. Delete a Service Fabric cluster resource with the specified name.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String clusterName, Context context)
Deletes a Service Fabric cluster resource. Delete a Service Fabric cluster resource with the specified name.
Parameters:
Returns:
getByResourceGroup
public abstract ClusterInner getByResourceGroup(String resourceGroupName, String clusterName)
Gets a Service Fabric cluster resource. Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<ClusterInner> getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)
Gets a Service Fabric cluster resource. Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
Parameters:
Returns:
list
public abstract PagedIterable<ClusterInner> list()
Gets the list of Service Fabric cluster resources created in the specified subscription. Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
Returns:
list
public abstract PagedIterable<ClusterInner> list(Context context)
Gets the list of Service Fabric cluster resources created in the specified subscription. Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<ClusterInner> listByResourceGroup(String resourceGroupName)
Gets the list of Service Fabric cluster resources created in the specified resource group. Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<ClusterInner> listByResourceGroup(String resourceGroupName, Context context)
Gets the list of Service Fabric cluster resources created in the specified resource group. Gets all Service Fabric cluster resources created or in the process of being created in the resource group.
Parameters:
Returns:
listUpgradableVersions
public abstract UpgradableVersionPathResultInner listUpgradableVersions(String resourceGroupName, String clusterName)
Operation to get the minimum and maximum upgradable version from the current cluster version, or the required path to get to the an specific target version. If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version.
Parameters:
Returns:
listUpgradableVersionsWithResponse
public abstract Response<UpgradableVersionPathResultInner> listUpgradableVersionsWithResponse(String resourceGroupName, String clusterName, UpgradableVersionsDescription versionsDescription, Context context)
Operation to get the minimum and maximum upgradable version from the current cluster version, or the required path to get to the an specific target version. If a target is not provided, it will get the minimum and maximum versions available from the current cluster version. If a target is given, it will provide the required path to get from the current cluster version to the target version.
Parameters:
Returns:
update
public abstract ClusterInner update(String resourceGroupName, String clusterName, ClusterUpdateParameters parameters)
Updates the configuration of a Service Fabric cluster resource. Update the configuration of a Service Fabric cluster resource with the specified name.
Parameters:
Returns:
update
public abstract ClusterInner update(String resourceGroupName, String clusterName, ClusterUpdateParameters parameters, Context context)
Updates the configuration of a Service Fabric cluster resource. Update the configuration of a Service Fabric cluster resource with the specified name.
Parameters:
Returns: