GetCustomResourceProviderPlainArgs

data class GetCustomResourceProviderPlainArgs(val resourceGroupName: String, val resourceProviderName: String) : ConvertibleToJava<GetCustomResourceProviderPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, resourceProviderName: String)

Properties

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the resource provider.

Functions

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