GetResourcePlainArgs

data class GetResourcePlainArgs(val parentResourcePath: String, val resourceGroupName: String, val resourceName: String, val resourceProviderNamespace: String, val resourceType: String) : ConvertibleToJava<GetResourcePlainArgs>

Constructors

Link copied to clipboard
constructor(parentResourcePath: String, resourceGroupName: String, resourceName: String, resourceProviderNamespace: String, resourceType: String)

Properties

Link copied to clipboard

The parent resource identity.

Link copied to clipboard

The name of the resource group containing the resource to get. The name is case insensitive.

Link copied to clipboard

The name of the resource to get.

Link copied to clipboard

The namespace of the resource provider.

Link copied to clipboard

The resource type of the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetResourcePlainArgs