ArmResourceHealthModelFactory.ResourceHealthEventImpact 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 ResourceHealthEventImpact.
public static Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventImpact ResourceHealthEventImpact(string impactedService = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventImpactedServiceRegion> impactedRegions = default);
static member ResourceHealthEventImpact : string * seq<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventImpactedServiceRegion> -> Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventImpact
Public Shared Function ResourceHealthEventImpact (Optional impactedService As String = Nothing, Optional impactedRegions As IEnumerable(Of ResourceHealthEventImpactedServiceRegion) = Nothing) As ResourceHealthEventImpact
Parameters
- impactedService
- String
Impacted service name.
- impactedRegions
- IEnumerable<ResourceHealthEventImpactedServiceRegion>
List regions impacted by the service health event.
Returns
A new ResourceHealthEventImpact instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET