ArmNotificationHubsModelFactory.RemotePrivateLinkServiceConnectionState 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 RemotePrivateLinkServiceConnectionState.
public static Azure.ResourceManager.NotificationHubs.Models.RemotePrivateLinkServiceConnectionState RemotePrivateLinkServiceConnectionState (Azure.ResourceManager.NotificationHubs.Models.NotificationHubPrivateLinkConnectionStatus? status = default, string description = default, string actionsRequired = default);
static member RemotePrivateLinkServiceConnectionState : Nullable<Azure.ResourceManager.NotificationHubs.Models.NotificationHubPrivateLinkConnectionStatus> * string * string -> Azure.ResourceManager.NotificationHubs.Models.RemotePrivateLinkServiceConnectionState
Public Shared Function RemotePrivateLinkServiceConnectionState (Optional status As Nullable(Of NotificationHubPrivateLinkConnectionStatus) = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing) As RemotePrivateLinkServiceConnectionState
Parameters
State of Private Link Connection.
- description
- String
Human-friendly description.
- actionsRequired
- String
Human-friendly description of required actions.
Returns
A new RemotePrivateLinkServiceConnectionState 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