Bagikan melalui


IssueContractBaseProperties Constructors

Definition

Overloads

IssueContractBaseProperties()

Initializes a new instance of the IssueContractBaseProperties class.

IssueContractBaseProperties(Nullable<DateTime>, String, String)

Initializes a new instance of the IssueContractBaseProperties class.

IssueContractBaseProperties()

Initializes a new instance of the IssueContractBaseProperties class.

public IssueContractBaseProperties ();
Public Sub New ()

Applies to

IssueContractBaseProperties(Nullable<DateTime>, String, String)

Initializes a new instance of the IssueContractBaseProperties class.

public IssueContractBaseProperties (DateTime? createdDate = default, string state = default, string apiId = default);
new Microsoft.Azure.Management.ApiManagement.Models.IssueContractBaseProperties : Nullable<DateTime> * string * string -> Microsoft.Azure.Management.ApiManagement.Models.IssueContractBaseProperties
Public Sub New (Optional createdDate As Nullable(Of DateTime) = Nothing, Optional state As String = Nothing, Optional apiId As String = Nothing)

Parameters

createdDate
Nullable<DateTime>

Date and time when the issue was created.

state
String

Status of the issue. Possible values include: 'proposed', 'open', 'removed', 'resolved', 'closed'

apiId
String

A resource identifier for the API the issue was created for.

Applies to