Account

Manages a NetApp Account.

NOTE: Azure allows only one active directory can be joined to a single subscription at a time for NetApp Account.

Create a Account Resource

new Account(name: string, args: AccountArgs, opts?: CustomResourceOptions);
def Account(resource_name, opts=None, active_directory=None, location=None, name=None, resource_group_name=None, tags=None, __props__=None);
func NewAccount(ctx *Context, name string, args AccountArgs, opts ...ResourceOption) (*Account, error)
public Account(string name, AccountArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args AccountArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args AccountArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AccountArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Account Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Account resource accepts the following input properties:

ResourceGroupName string

The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.

ActiveDirectory AccountActiveDirectoryArgs

A active_directory block as defined below.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the NetApp Account. Changing this forces a new resource to be created.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

ResourceGroupName string

The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.

ActiveDirectory AccountActiveDirectory

A active_directory block as defined below.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the NetApp Account. Changing this forces a new resource to be created.

Tags map[string]string

A mapping of tags to assign to the resource.

resourceGroupName string

The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.

activeDirectory AccountActiveDirectory

A active_directory block as defined below.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name string

The name of the NetApp Account. Changing this forces a new resource to be created.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

resource_group_name str

The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.

active_directory Dict[AccountActiveDirectory]

A active_directory block as defined below.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name str

The name of the NetApp Account. Changing this forces a new resource to be created.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the Account resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing Account Resource

Get an existing Account resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: AccountState, opts?: CustomResourceOptions): Account
static get(resource_name, id, opts=None, active_directory=None, location=None, name=None, resource_group_name=None, tags=None, __props__=None);
func GetAccount(ctx *Context, name string, id IDInput, state *AccountState, opts ...ResourceOption) (*Account, error)
public static Account Get(string name, Input<string> id, AccountState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

ActiveDirectory AccountActiveDirectoryArgs

A active_directory block as defined below.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the NetApp Account. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

ActiveDirectory AccountActiveDirectory

A active_directory block as defined below.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the NetApp Account. Changing this forces a new resource to be created.

ResourceGroupName string

The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.

Tags map[string]string

A mapping of tags to assign to the resource.

activeDirectory AccountActiveDirectory

A active_directory block as defined below.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name string

The name of the NetApp Account. Changing this forces a new resource to be created.

resourceGroupName string

The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

active_directory Dict[AccountActiveDirectory]

A active_directory block as defined below.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name str

The name of the NetApp Account. Changing this forces a new resource to be created.

resource_group_name str

The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Supporting Types

AccountActiveDirectory

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

DnsServers List<string>

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

Domain string

The name of the Active Directory domain.

Password string

The password associated with the username.

SmbServerName string

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.

Username string

The Username of Active Directory Domain Administrator.

OrganizationalUnit string

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

DnsServers []string

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

Domain string

The name of the Active Directory domain.

Password string

The password associated with the username.

SmbServerName string

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.

Username string

The Username of Active Directory Domain Administrator.

OrganizationalUnit string

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

dnsServers string[]

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

domain string

The name of the Active Directory domain.

password string

The password associated with the username.

smbServerName string

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.

username string

The Username of Active Directory Domain Administrator.

organizationalUnit string

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

dns_servers List[str]

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

domain str

The name of the Active Directory domain.

password str

The password associated with the username.

smbServerName str

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.

username str

The Username of Active Directory Domain Administrator.

organizationalUnit str

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

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.