ServicefabricFunctions

Functions

Link copied to clipboard

Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource. API Version: 2020-03-01.

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

Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource. API Version: 2020-03-01.

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

Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric 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

Get a Service Fabric cluster resource created or in the process of being created in the specified resource group. 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

Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed Clusters. API Version: 2022-02-01-preview.

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

Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group. API Version: 2020-01-01-preview.

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

Get a Service Fabric node type of a given managed 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

Get a Service Fabric service resource created or in the process of being created in the Service Fabric application 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

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. API Version: 2020-12-01-preview.

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