PartnerProperties Constructors
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.
Overloads
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. |
PartnerProperties()
Initializes a new instance of the PartnerProperties class.
public PartnerProperties ();
Public Sub New ()
Applies to
PartnerProperties(String, String, String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String)
Initializes a new instance of the PartnerProperties class.
public PartnerProperties (string partnerId = default, string partnerName = default, string tenantId = default, string objectId = default, int? version = default, DateTime? updatedTime = default, DateTime? createdTime = default, string state = default);
new Microsoft.Azure.Management.ManagementPartner.Models.PartnerProperties : string * string * string * string * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.ManagementPartner.Models.PartnerProperties
Public Sub New (Optional partnerId As String = Nothing, Optional partnerName As String = Nothing, Optional tenantId As String = Nothing, Optional objectId As String = Nothing, Optional version As Nullable(Of Integer) = Nothing, Optional updatedTime As Nullable(Of DateTime) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional state As String = Nothing)
Parameters
- partnerId
- String
This is the partner id
- partnerName
- String
This is the partner name
- tenantId
- String
This is the tenant id.
- objectId
- String
This is the object id.
- state
- String
This is the partner state Possible values include: 'Active', 'Deleted'