ResourceNavigationLinkFormat Constructors
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.
Overloads
| Name | Description |
|---|---|
| ResourceNavigationLinkFormat() |
Initializes a new instance of the ResourceNavigationLinkFormat class. |
| ResourceNavigationLinkFormat(String, String, String) |
Initializes a new instance of the ResourceNavigationLinkFormat class. |
ResourceNavigationLinkFormat()
Initializes a new instance of the ResourceNavigationLinkFormat class.
public ResourceNavigationLinkFormat();
Public Sub New ()
Applies to
ResourceNavigationLinkFormat(String, String, String)
Initializes a new instance of the ResourceNavigationLinkFormat class.
public ResourceNavigationLinkFormat(string linkedResourceType = default, string link = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ResourceNavigationLinkFormat : string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ResourceNavigationLinkFormat
Public Sub New (Optional linkedResourceType As String = Nothing, Optional link As String = Nothing, Optional provisioningState As String = Nothing)
Parameters
- linkedResourceType
- String
Resource type of the linked resource.
- link
- String
Link to the external resource.
- provisioningState
- String
The provisioning state of the resource navigation link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'