ArmStreamAnalyticsModelFactory.StreamAnalyticsPrivateLinkConnectionState 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 StreamAnalyticsPrivateLinkConnectionState.
public static Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsPrivateLinkConnectionState StreamAnalyticsPrivateLinkConnectionState (string status = default, string description = default, string actionsRequired = default);
static member StreamAnalyticsPrivateLinkConnectionState : string * string * string -> Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsPrivateLinkConnectionState
Public Shared Function StreamAnalyticsPrivateLinkConnectionState (Optional status As String = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing) As StreamAnalyticsPrivateLinkConnectionState
Parameters
- status
- String
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.
- description
- String
The reason for approval/rejection of the connection.
- actionsRequired
- String
A message indicating if changes on the service provider require any updates on the consumer.
Returns
A new StreamAnalyticsPrivateLinkConnectionState instance for mocking.
Applies to
Azure SDK for .NET