ServicefabricmeshFunctions

Functions

Link copied to clipboard

Gets the information about the application resource with the given name. The information include the description and other properties of the application. API Version: 2018-09-01-preview.

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

Gets the information about the gateway resource with the given name. The information include the description and other properties of the gateway. 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

Gets the information about the network resource with the given name. The information include the description and other properties of the network. 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

Gets the information about the secret resource with the given name. The information include the description and other properties of the secret. 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

Get the information about the specified named secret value resources. The information does not include the actual value of the secret. API Version: 2018-09-01-preview.

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

Gets the information about the volume resource with the given name. The information include the description and other properties of the volume. 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

Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation. API Version: 2018-09-01-preview.

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