ArmResourceHealthModelFactory.ResourceHealthEventImpactedResourceData Method
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.
Initializes a new instance of ResourceHealthEventImpactedResourceData.
public static Azure.ResourceManager.ResourceHealth.ResourceHealthEventImpactedResourceData ResourceHealthEventImpactedResourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceType? targetResourceType = default, Azure.Core.ResourceIdentifier targetResourceId = default, string targetRegion = default, string resourceName = default, string resourceGroup = default, string status = default, string maintenanceStartTime = default, string maintenanceEndTime = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthKeyValueItem> info = default);
static member ResourceHealthEventImpactedResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.ResourceType> * Azure.Core.ResourceIdentifier * string * string * string * string * string * string * seq<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthKeyValueItem> -> Azure.ResourceManager.ResourceHealth.ResourceHealthEventImpactedResourceData
Public Shared Function ResourceHealthEventImpactedResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional targetResourceType As Nullable(Of ResourceType) = Nothing, Optional targetResourceId As ResourceIdentifier = Nothing, Optional targetRegion As String = Nothing, Optional resourceName As String = Nothing, Optional resourceGroup As String = Nothing, Optional status As String = Nothing, Optional maintenanceStartTime As String = Nothing, Optional maintenanceEndTime As String = Nothing, Optional info As IEnumerable(Of ResourceHealthKeyValueItem) = Nothing) As ResourceHealthEventImpactedResourceData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- targetResourceType
- Nullable<ResourceType>
Resource type within Microsoft cloud.
- targetResourceId
- ResourceIdentifier
Identity for resource within Microsoft cloud.
- targetRegion
- String
Impacted resource region name.
- resourceName
- String
Resource name of the impacted resource.
- resourceGroup
- String
Resource group name of the impacted resource.
- status
- String
Status of the impacted resource.
- maintenanceStartTime
- String
Start time of maintenance for the impacted resource.
- maintenanceEndTime
- String
End time of maintenance for the impacted resource.
Additional information.
Returns
A new ResourceHealthEventImpactedResourceData instance for mocking.