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
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