GetCapabilityPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

String that represents a Capability resource name.

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(): GetCapabilityPlainArgs