ClustersOperations interface
Interface representing a Clusters operations.
Properties
| create |
Create a Cluster |
| delete | Delete a Cluster |
| get | Get a Cluster |
| list | List Cluster resources by Project |
Property Details
createOrUpdate
Create a Cluster
createOrUpdate: (resourceGroupName: string, organizationName: string, projectName: string, clusterName: string, resource: Cluster, options?: ClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>
Property Value
(resourceGroupName: string, organizationName: string, projectName: string, clusterName: string, resource: Cluster, options?: ClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<Cluster>, Cluster>
delete
Delete a Cluster
delete: (resourceGroupName: string, organizationName: string, projectName: string, clusterName: string, options?: ClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, organizationName: string, projectName: string, clusterName: string, options?: ClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a Cluster
get: (resourceGroupName: string, organizationName: string, projectName: string, clusterName: string, options?: ClustersGetOptionalParams) => Promise<Cluster>
Property Value
(resourceGroupName: string, organizationName: string, projectName: string, clusterName: string, options?: ClustersGetOptionalParams) => Promise<Cluster>
list
List Cluster resources by Project
list: (resourceGroupName: string, organizationName: string, projectName: string, options?: ClustersListOptionalParams) => PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>
Property Value
(resourceGroupName: string, organizationName: string, projectName: string, options?: ClustersListOptionalParams) => PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>