ServicefabricFunctions

Functions

Link copied to clipboard

The application resource. API Version: 2020-03-01.

suspend fun getApplication(applicationName: String, clusterName: String, resourceGroupName: String): GetApplicationResult
Link copied to clipboard

The application type name resource API Version: 2020-03-01.

suspend fun getApplicationType(applicationTypeName: String, clusterName: String, resourceGroupName: String): GetApplicationTypeResult
Link copied to clipboard

An application type version resource for the specified application type name resource. API Version: 2020-03-01.

suspend fun getApplicationTypeVersion(applicationTypeName: String, clusterName: String, resourceGroupName: String, version: String): GetApplicationTypeVersionResult
Link copied to clipboard

The cluster resource API Version: 2020-03-01.

suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult
suspend fun getCluster(clusterName: String, resourceGroupName: String): GetClusterResult
Link copied to clipboard

Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters. API Version: 2022-02-01-preview.

suspend fun getmanagedAzResiliencyStatus(clusterName: String, resourceGroupName: String): GetmanagedAzResiliencyStatusResult
Link copied to clipboard

The manged cluster resource API Version: 2020-01-01-preview.

suspend fun getManagedCluster(clusterName: String, resourceGroupName: String): GetManagedClusterResult
Link copied to clipboard

Describes a node type in the cluster, each node type represents sub set of nodes in the cluster. API Version: 2020-01-01-preview.

suspend fun getNodeType(argument: suspend GetNodeTypePlainArgsBuilder.() -> Unit): GetNodeTypeResult
suspend fun getNodeType(clusterName: String, nodeTypeName: String, resourceGroupName: String): GetNodeTypeResult
Link copied to clipboard

The service resource. API Version: 2020-03-01.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(applicationName: String, clusterName: String, resourceGroupName: String, serviceName: String): GetServiceResult
Link copied to clipboard

The list of intermediate cluster code versions for an upgrade or downgrade. Or minimum and maximum upgradable version if no target was given API Version: 2020-12-01-preview.

suspend fun listListUpgradableVersionPost(clusterName: String, resourceGroupName: String, targetVersion: String): ListListUpgradableVersionPostResult