GetBackupPolicyPlainArgs

data class GetBackupPolicyPlainArgs(val accountName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetBackupPolicyPlainArgs>

A collection of arguments for invoking getBackupPolicy.

Constructors

Link copied to clipboard
constructor(accountName: String, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the NetApp Account in which the NetApp Policy exists.

Link copied to clipboard

The name of the NetApp Backup Policy.

Link copied to clipboard

The name of the resource group where the NetApp Backup Policy exists.

Functions

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