ArmSecurityCenterModelFactory.SecurityCenterPrivateLinkServiceConnectionState 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.
public static Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPrivateLinkServiceConnectionState SecurityCenterPrivateLinkServiceConnectionState(Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPrivateEndpointServiceConnectionStatus? status = default, string description = default, string actionsRequired = default);
static member SecurityCenterPrivateLinkServiceConnectionState : Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPrivateEndpointServiceConnectionStatus> * string * string -> Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPrivateLinkServiceConnectionState
Public Shared Function SecurityCenterPrivateLinkServiceConnectionState (Optional status As Nullable(Of SecurityCenterPrivateEndpointServiceConnectionStatus) = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing) As SecurityCenterPrivateLinkServiceConnectionState
Parameters
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the 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 SecurityCenterPrivateLinkServiceConnectionState instance for mocking.