Partager via


PartnerResponse Constructors

Definition

Overloads

PartnerResponse()

Initializes a new instance of the PartnerResponse class.

PartnerResponse(Nullable<Int32>, String, String, String, String, String, String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the PartnerResponse class.

PartnerResponse()

Initializes a new instance of the PartnerResponse class.

public PartnerResponse ();
Public Sub New ()

Applies to

PartnerResponse(Nullable<Int32>, String, String, String, String, String, String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the PartnerResponse class.

public PartnerResponse (int? etag = default, string id = default, string name = default, string type = default, 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.PartnerResponse : Nullable<int> * string * string * string * string * string * string * string * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.ManagementPartner.Models.PartnerResponse
Public Sub New (Optional etag As Nullable(Of Integer) = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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

etag
Nullable<Int32>

Type of the partner

id
String

Identifier of the partner

name
String

Name of the partner

type
String

Type of resource. "Microsoft.ManagementPartner/partners"

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.

version
Nullable<Int32>

This is the version.

updatedTime
Nullable<DateTime>

This is the DateTime when the partner was updated.

createdTime
Nullable<DateTime>

This is the DateTime when the partner was created.

state
String

This is the partner state Possible values include: 'Active', 'Deleted'

Applies to