ArmApiCenterModelFactory.ApiCenterLinkState 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.
The link state.
public static Azure.ResourceManager.ApiCenter.Models.ApiCenterLinkState ApiCenterLinkState(Azure.ResourceManager.ApiCenter.Models.ApiCenterApiSourceLinkState? state = default, string message = default, DateTimeOffset lastUpdatedOn = default);
static member ApiCenterLinkState : Nullable<Azure.ResourceManager.ApiCenter.Models.ApiCenterApiSourceLinkState> * string * DateTimeOffset -> Azure.ResourceManager.ApiCenter.Models.ApiCenterLinkState
Public Shared Function ApiCenterLinkState (Optional state As Nullable(Of ApiCenterApiSourceLinkState) = Nothing, Optional message As String = Nothing, Optional lastUpdatedOn As DateTimeOffset = Nothing) As ApiCenterLinkState
Parameters
The state of the link.
- message
- String
The state message.
- lastUpdatedOn
- DateTimeOffset
The timestamp of the last update of the link state.
Returns
A new ApiCenterLinkState instance for mocking.