getVolume

Gets the information about the volume resource with the given name. The information include the description and other properties of the volume. Uses Azure REST API version 2018-09-01-preview.

Return

This type describes a volume resource.

Parameters

argument

null


suspend fun getVolume(resourceGroupName: String, volumeResourceName: String): GetVolumeResult

Return

This type describes a volume resource.

Parameters

resourceGroupName

Azure resource group name

volumeResourceName

The identity of the volume.

See also


suspend fun getVolume(argument: suspend GetVolumePlainArgsBuilder.() -> Unit): GetVolumeResult

Return

This type describes a volume resource.

Parameters

argument

Builder for com.pulumi.azurenative.servicefabricmesh.kotlin.inputs.GetVolumePlainArgs.

See also