IssueResource 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.
The Issue resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssueResourceTypeConverter))]
public class IssueResource : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IIssueResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IssueResourceTypeConverter))>]
type IssueResource = class
interface IIssueResource
interface IJsonSerializable
interface IProxyResource
interface IResource
interface IValidates
Public Class IssueResource
Implements IIssueResource, IValidates
- Inheritance
-
IssueResource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IssueResource() |
Creates an new IssueResource instance. |
Properties
| Name | Description |
|---|---|
| BackgroundDetail |
The background details |
| BackgroundText |
The background text |
| BackgroundType |
The background type |
| Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| ImpactTime |
The issue impact time (in UTC) |
| Investigation |
The list of investigations in the issue |
| InvestigationsCount |
The number of investigations in the issue |
| Name |
The name of the resource |
| NotificationActionGroupId |
The action group IDs to notify |
| NotificationExcludeDefaultActionGroup |
Whether to exclude default action groups from notifications |
| NotificationUpdateType |
The types of updates that trigger notifications |
| ProvisioningState |
The provisioning state of the resource. |
| ResourceGroupName |
Gets the resource group name |
| Severity |
The issue severity |
| Status |
The issue status |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Title |
The issue title |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IssueResource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IssueResource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IIssueResource. |
| FromJsonString(String) |
Creates a new instance of IssueResource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IssueResource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |