Click or drag to resize
ProvisioningAccount Class
Represents Atomia Provisioning Account.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseProvisioningAccount

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public class ProvisioningAccount

The ProvisioningAccount type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningAccount
Initializes a new instance of the ProvisioningAccount class
Top
Properties
  NameDescription
Public propertyAccountDescription
Gets or sets the Atomia Provisioning account description.
Public propertyAccountId
Gets or sets the Atomia Provisioning account id.
Public propertyAccountProperties
Gets or sets the Atomia Provisioning account properties.
Public propertyCurrentRequestId
Gets or sets the current request id.
Public propertyIsActive
Gets or sets a value indicating whether Atomia Provisioning account is active.
Public propertyProvisioningDescription
Gets or sets the name of the Provisioning Description used by the Atomia Provisioning account.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also