ServicefabricFunctions

Functions

Link copied to clipboard

Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed Clusters. Azure REST API version: 2023-03-01-preview. Other available API versions: 2022-10-01-preview, 2023-07-01-preview, 2023-09-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. Azure REST API version: 2023-03-01-preview. Other available API versions: 2020-01-01-preview, 2022-01-01, 2022-10-01-preview, 2023-07-01-preview, 2023-09-01-preview.

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

Get a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource. Azure REST API version: 2023-03-01-preview. Other available API versions: 2023-07-01-preview, 2023-09-01-preview.

suspend fun getManagedClusterApplication(applicationName: String, clusterName: String, resourceGroupName: String): GetManagedClusterApplicationResult
Link copied to clipboard

Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric managed cluster resource. Azure REST API version: 2023-03-01-preview. Other available API versions: 2023-07-01-preview, 2023-09-01-preview.

suspend fun getManagedClusterApplicationType(applicationTypeName: String, clusterName: String, resourceGroupName: String): GetManagedClusterApplicationTypeResult
Link copied to clipboard

Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource. Azure REST API version: 2023-03-01-preview. Other available API versions: 2023-07-01-preview, 2023-09-01-preview.

suspend fun getManagedClusterApplicationTypeVersion(applicationTypeName: String, clusterName: String, resourceGroupName: String, version: String): GetManagedClusterApplicationTypeVersionResult
Link copied to clipboard

Get a Service Fabric service resource created or in the process of being created in the Service Fabric managed application resource. Azure REST API version: 2023-03-01-preview. Other available API versions: 2023-07-01-preview, 2023-09-01-preview.

suspend fun getManagedClusterService(applicationName: String, clusterName: String, resourceGroupName: String, serviceName: String): GetManagedClusterServiceResult
Link copied to clipboard

Action to get Maintenance Window Status of the Service Fabric Managed Clusters. Azure REST API version: 2023-07-01-preview. Other available API versions: 2023-09-01-preview.

Link copied to clipboard

Get a Service Fabric node type of a given managed cluster. Azure REST API version: 2023-03-01-preview. Other available API versions: 2021-09-01-privatepreview, 2023-07-01-preview, 2023-09-01-preview.

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