NetAppAccountActiveDirectoryStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status of the Active Directory.
public readonly struct NetAppAccountActiveDirectoryStatus : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppAccountActiveDirectoryStatus>
type NetAppAccountActiveDirectoryStatus = struct
Public Structure NetAppAccountActiveDirectoryStatus
Implements IEquatable(Of NetAppAccountActiveDirectoryStatus)
- Inheritance
-
NetAppAccountActiveDirectoryStatus
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppAccountActiveDirectoryStatus(String) |
Initializes a new instance of NetAppAccountActiveDirectoryStatus. |
Properties
| Name | Description |
|---|---|
| Created |
Active Directory created but not in use. |
| Deleted |
Active Directory Deleted. |
| Error |
Error with the Active Directory. |
| InUse |
Active Directory in use by SMB Volume. |
| Updating |
Active Directory Updating. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppAccountActiveDirectoryStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(NetAppAccountActiveDirectoryStatus, NetAppAccountActiveDirectoryStatus) |
Determines if two NetAppAccountActiveDirectoryStatus values are the same. |
| Implicit(String to NetAppAccountActiveDirectoryStatus) |
Converts a String to a NetAppAccountActiveDirectoryStatus. |
| Inequality(NetAppAccountActiveDirectoryStatus, NetAppAccountActiveDirectoryStatus) |
Determines if two NetAppAccountActiveDirectoryStatus values are not the same. |