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:
- Resource
Group stringName The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.
- Active
Directory AccountActive Directory Args A
active_directoryblock 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.
- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Resource
Group stringName The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.
- Active
Directory AccountActive Directory A
active_directoryblock 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.
- map[string]string
A mapping of tags to assign to the resource.
- resource
Group stringName The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.
- active
Directory AccountActive Directory A
active_directoryblock 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.
- {[key: string]: string}
A mapping of tags to assign to the resource.
- resource_
group_ strname 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[AccountActive Directory] A
active_directoryblock 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.
- 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:
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): Accountstatic 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:
- Active
Directory AccountActive Directory Args A
active_directoryblock 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.
- Resource
Group stringName The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.
- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Active
Directory AccountActive Directory A
active_directoryblock 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.
- Resource
Group stringName The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.
- map[string]string
A mapping of tags to assign to the resource.
- active
Directory AccountActive Directory A
active_directoryblock 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.
- resource
Group stringName The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.
- {[key: string]: string}
A mapping of tags to assign to the resource.
- active_
directory Dict[AccountActive Directory] A
active_directoryblock 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_ strname The name of the resource group where the NetApp Account should be created. Changing this forces a new resource to be created.
- Dict[str, str]
A mapping of tags to assign to the resource.
Supporting Types
AccountActiveDirectory
- Dns
Servers List<string> A list of DNS server IP addresses for the Active Directory domain. Only allows
IPv4address.- Domain string
The name of the Active Directory domain.
- Password string
The password associated with the
username.- Smb
Server stringName 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.
- Organizational
Unit string The Organizational Unit (OU) within the Active Directory Domain.
- Dns
Servers []string A list of DNS server IP addresses for the Active Directory domain. Only allows
IPv4address.- Domain string
The name of the Active Directory domain.
- Password string
The password associated with the
username.- Smb
Server stringName 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.
- Organizational
Unit string The Organizational Unit (OU) within the Active Directory Domain.
- dns
Servers string[] A list of DNS server IP addresses for the Active Directory domain. Only allows
IPv4address.- domain string
The name of the Active Directory domain.
- password string
The password associated with the
username.- smb
Server stringName 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.
- organizational
Unit 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
IPv4address.- domain str
The name of the Active Directory domain.
- password str
The password associated with the
username.- smb
Server strName 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.
- organizational
Unit 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
azurermTerraform Provider.