Click or drag to resize
ProvisioningService Class
Represents Atomia Provisioning service.
Inheritance Hierarchy

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

The ProvisioningService type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningService(String, String)
Initializes a new instance of the ProvisioningService class.
Public methodProvisioningService(String, String, String)
Initializes a new instance of the ProvisioningService class.
Public methodProvisioningService(String, String, String, StatusType)
Initializes a new instance of the ProvisioningService class.
Top
Properties
  NameDescription
Public propertyAccountOwnerId
Gets or sets the account owner id.
Public propertyCurrentRequestId
Gets or sets the current request id.
Public propertyDescription
Gets or sets service description.
Public propertyDisabled
Gets or sets a value indicating whether this ProvisioningService instance is disabled.
Public propertyFrindlyName
Gets Atomia Provisioning service friendly name.
Public propertyInstanceId
Gets or sets the Atomia Provisioning service instance id.
Public propertyInstanceName
Gets or sets the Atomia Provisioning service instance name.
Public propertyItem
Indexer for service properties.
Public propertyLogicalID
Gets a service ID for logical representation of Atomia Provisioning service.
Public propertyName
Gets Atomia Provisioning service name.
Public propertyPackageID
Gets the ID of the parent package of the Atomia Provisioning service.
Public propertyParent
Gets or sets the parent.
Public propertyPhysicalID
Gets a service ID for physical representation of Atomia Provisioning service.
Public propertyProperties
Gets or sets the properties.
Public propertyProvisioningDescription
Gets or sets the provisioning description.
Public propertyRestricted
Gets or sets a value indicating whether this ProvisioningService is restricted by some authorization rule.
Public propertyStatus
Gets or sets the provisioning status.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAllProperties
Return all property objects for this service.
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