Show / Hide Table of Contents

Class AccountActiveDirectoryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountActiveDirectoryArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.NetApp.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountActiveDirectoryArgs : ResourceArgs

Constructors

View Source

AccountActiveDirectoryArgs()

Declaration
public AccountActiveDirectoryArgs()

Properties

View Source

DnsServers

A list of DNS server IP addresses for the Active Directory domain. Only allows IPv4 address.

Declaration
public InputList<string> DnsServers { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Domain

The name of the Active Directory domain.

Declaration
public Input<string> Domain { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OrganizationalUnit

The Organizational Unit (OU) within the Active Directory Domain.

Declaration
public Input<string> OrganizationalUnit { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Password

The password associated with the username.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SmbServerName

The NetBIOS name which should be used for the NetApp SMB Server, which will be registered as a computer account in the AD and used to mount volumes.

Declaration
public Input<string> SmbServerName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Username

The Username of Active Directory Domain Administrator.

Declaration
public Input<string> Username { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.