GetTargetPlainArgs

data class GetTargetPlainArgs(val parentProviderNamespace: String, val parentResourceName: String, val parentResourceType: String, val resourceGroupName: String, val targetName: String) : ConvertibleToJava<GetTargetPlainArgs>

Constructors

Link copied to clipboard
constructor(parentProviderNamespace: String, parentResourceName: String, parentResourceType: String, resourceGroupName: String, targetName: String)

Properties

Link copied to clipboard

String that represents a resource provider namespace.

Link copied to clipboard

String that represents a resource name.

Link copied to clipboard

String that represents a resource type.

Link copied to clipboard

String that represents an Azure resource group.

Link copied to clipboard

String that represents a Target resource name.

Functions

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