GetNsRecordPlainArgs

data class GetNsRecordPlainArgs(val name: String, val resourceGroupName: String, val zoneName: String) : ConvertibleToJava<GetNsRecordPlainArgs>

A collection of arguments for invoking getNsRecord.

Constructors

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

Properties

Link copied to clipboard

The name of the DNS NS Record.

Link copied to clipboard

Specifies the resource group where the DNS Zone (parent resource) exists.

Link copied to clipboard

Specifies the DNS Zone where the resource exists.

Functions

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