ArmResourceHealthModelFactory.ResourceHealthEventLink 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 ResourceHealthEventLink.
public static Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventLink ResourceHealthEventLink (Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventLinkTypeValue? linkType = default, Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventLinkDisplayText displayText = default, string extensionName = default, string bladeName = default, BinaryData parameters = default);
static member ResourceHealthEventLink : Nullable<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventLinkTypeValue> * Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventLinkDisplayText * string * string * BinaryData -> Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventLink
Public Shared Function ResourceHealthEventLink (Optional linkType As Nullable(Of ResourceHealthEventLinkTypeValue) = Nothing, Optional displayText As ResourceHealthEventLinkDisplayText = Nothing, Optional extensionName As String = Nothing, Optional bladeName As String = Nothing, Optional parameters As BinaryData = Nothing) As ResourceHealthEventLink
Parameters
- linkType
- Nullable<ResourceHealthEventLinkTypeValue>
Type of link.
- displayText
- ResourceHealthEventLinkDisplayText
Display text of link.
- extensionName
- String
It provides the name of portal extension to produce link for given service health event.
- bladeName
- String
It provides the name of portal extension blade to produce link for given service health event.
- parameters
- BinaryData
It provides a map of parameter name and value for portal extension blade to produce lik for given service health event.
Returns
A new ResourceHealthEventLink instance for mocking.
Applies to
Azure SDK for .NET