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.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET