ArmSqlModelFactory.PrivateEndpointConnectionRequestStatus 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 PrivateEndpointConnectionRequestStatus.
public static Azure.ResourceManager.Sql.Models.PrivateEndpointConnectionRequestStatus PrivateEndpointConnectionRequestStatus (Azure.Core.ResourceIdentifier privateLinkServiceId = default, string privateEndpointConnectionName = default, string status = default);
static member PrivateEndpointConnectionRequestStatus : Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Sql.Models.PrivateEndpointConnectionRequestStatus
Public Shared Function PrivateEndpointConnectionRequestStatus (Optional privateLinkServiceId As ResourceIdentifier = Nothing, Optional privateEndpointConnectionName As String = Nothing, Optional status As String = Nothing) As PrivateEndpointConnectionRequestStatus
Parameters
- privateLinkServiceId
- ResourceIdentifier
Resource id for which the private endpoint is created.
- privateEndpointConnectionName
- String
The connection name for the private endpoint.
- status
- String
Status of this private endpoint connection.
Returns
A new PrivateEndpointConnectionRequestStatus instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET