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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET