ArmPostgreSqlModelFactory.PostgreSqlServerPrivateEndpointConnectionProperties 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 PostgreSqlServerPrivateEndpointConnectionProperties.
public static Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnectionProperties PostgreSqlServerPrivateEndpointConnectionProperties (Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateEndpointProvisioningState? provisioningState = default);
static member PostgreSqlServerPrivateEndpointConnectionProperties : Azure.Core.ResourceIdentifier * Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateLinkServiceConnectionStateProperty * Nullable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateEndpointProvisioningState> -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerPrivateEndpointConnectionProperties
Public Shared Function PostgreSqlServerPrivateEndpointConnectionProperties (Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As PostgreSqlServerPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As Nullable(Of PostgreSqlPrivateEndpointProvisioningState) = Nothing) As PostgreSqlServerPrivateEndpointConnectionProperties
Parameters
- privateEndpointId
- ResourceIdentifier
Private endpoint which the connection belongs to.
- privateLinkServiceConnectionState
- PostgreSqlServerPrivateLinkServiceConnectionStateProperty
Connection state of the private endpoint connection.
- provisioningState
- Nullable<PostgreSqlPrivateEndpointProvisioningState>
State of the private endpoint connection.
Returns
A new PostgreSqlServerPrivateEndpointConnectionProperties instance for mocking.