PartnerProperties Class
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.
this is the management partner properties
[Microsoft.Rest.Serialization.JsonTransformation]
public class PartnerProperties
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PartnerProperties = class
Public Class PartnerProperties
- Inheritance
-
PartnerProperties
- Attributes
Constructors
PartnerProperties() |
Initializes a new instance of the PartnerProperties class. |
PartnerProperties(String, String, String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the PartnerProperties class. |
Properties
CreatedTime |
Gets or sets this is the DateTime when the partner was created. |
ObjectId |
Gets or sets this is the object id. |
PartnerId |
Gets or sets this is the partner id |
PartnerName |
Gets or sets this is the partner name |
State |
Gets or sets this is the partner state Possible values include: 'Active', 'Deleted' |
TenantId |
Gets or sets this is the tenant id. |
UpdatedTime |
Gets or sets this is the DateTime when the partner was updated. |
Version |
Gets or sets this is the version. |