Class UpdateSvmActiveDirectoryConfiguration
Specifies updates to an FSx for ONTAP storage virtual machine's (SVM) Microsoft Active Directory (AD) configuration. Note that account credentials are not returned in the response payload.
public class UpdateSvmActiveDirectoryConfiguration
- Inheritance
-
UpdateSvmActiveDirectoryConfiguration
- Inherited Members
Constructors
UpdateSvmActiveDirectoryConfiguration()
public UpdateSvmActiveDirectoryConfiguration()
Properties
NetBiosName
Gets and sets the property NetBiosName.
Specifies an updated NetBIOS name of the AD computer object NetBiosName
to
which an SVM is joined.
public string NetBiosName { get; set; }
Property Value
SelfManagedActiveDirectoryConfiguration
Gets and sets the property SelfManagedActiveDirectoryConfiguration.
public SelfManagedActiveDirectoryConfigurationUpdates SelfManagedActiveDirectoryConfiguration { get; set; }