ServicefabricmeshFunctions

Functions

Link copied to clipboard

This type describes an application resource. API Version: 2018-09-01-preview.

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

This type describes a gateway resource. API Version: 2018-09-01-preview.

suspend fun getGateway(argument: suspend GetGatewayPlainArgsBuilder.() -> Unit): GetGatewayResult
suspend fun getGateway(gatewayResourceName: String, resourceGroupName: String): GetGatewayResult
Link copied to clipboard

This type describes a network resource. API Version: 2018-09-01-preview.

suspend fun getNetwork(argument: suspend GetNetworkPlainArgsBuilder.() -> Unit): GetNetworkResult
suspend fun getNetwork(networkResourceName: String, resourceGroupName: String): GetNetworkResult
Link copied to clipboard

This type describes a secret resource. API Version: 2018-09-01-preview.

suspend fun getSecret(argument: suspend GetSecretPlainArgsBuilder.() -> Unit): GetSecretResult
suspend fun getSecret(resourceGroupName: String, secretResourceName: String): GetSecretResult
Link copied to clipboard

This type describes a value of a secret resource. The name of this resource is the version identifier corresponding to this secret value. API Version: 2018-09-01-preview.

suspend fun getSecretValue(resourceGroupName: String, secretResourceName: String, secretValueResourceName: String): GetSecretValueResult
Link copied to clipboard

This type describes a volume resource. API Version: 2018-09-01-preview.

suspend fun getVolume(argument: suspend GetVolumePlainArgsBuilder.() -> Unit): GetVolumeResult
suspend fun getVolume(resourceGroupName: String, volumeResourceName: String): GetVolumeResult
Link copied to clipboard

This type represents the unencrypted value of the secret. API Version: 2018-09-01-preview.

suspend fun listSecretValue(resourceGroupName: String, secretResourceName: String, secretValueResourceName: String): ListSecretValueResult