IssueContract 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.
Issue Contract details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IssueContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IssueContract = class
inherit Resource
Public Class IssueContract
Inherits Resource
- Inheritance
- Attributes
Constructors
IssueContract() |
Initializes a new instance of the IssueContract class. |
IssueContract(String, String, String, String, String, String, Nullable<DateTime>, String, String) |
Initializes a new instance of the IssueContract class. |
Properties
ApiId |
Gets or sets a resource identifier for the API the issue was created for. |
CreatedDate |
Gets or sets date and time when the issue was created. |
Description |
Gets or sets text describing the issue. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
State |
Gets or sets status of the issue. Possible values include: 'proposed', 'open', 'removed', 'resolved', 'closed' |
Title |
Gets or sets the issue title. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
UserId |
Gets or sets a resource identifier for the user created the issue. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET