IssueContractBaseProperties 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
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
- 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
Azure SDK for .NET