ArmPurviewModelFactory.PrivateEndpointConnectionStatusUpdateContent 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.Purview.Models.PrivateEndpointConnectionStatusUpdateContent PrivateEndpointConnectionStatusUpdateContent(string privateEndpointId = default, string status = default);
static member PrivateEndpointConnectionStatusUpdateContent : string * string -> Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateContent
Public Shared Function PrivateEndpointConnectionStatusUpdateContent (Optional privateEndpointId As String = Nothing, Optional status As String = Nothing) As PrivateEndpointConnectionStatusUpdateContent
Parameters
- privateEndpointId
- String
The private endpoint resource identifier.
- status
- String
The private endpoint connection status.
Returns
A new PrivateEndpointConnectionStatusUpdateContent instance for mocking.