GetSnapshotPolicyPlainArgs

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

A collection of arguments for invoking getSnapshotPolicy.

Constructors

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

Properties

Link copied to clipboard

The name of the NetApp account where the NetApp Snapshot Policy exists.

Link copied to clipboard

The name of the NetApp Snapshot Policy.

Link copied to clipboard

The Name of the Resource Group where the NetApp Snapshot Policy exists.

Functions

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