다음을 통해 공유


ArmMySqlModelFactory.MySqlServerPrivateEndpointConnection Method

Definition

Initializes a new instance of MySqlServerPrivateEndpointConnection.

public static Azure.ResourceManager.MySql.Models.MySqlServerPrivateEndpointConnection MySqlServerPrivateEndpointConnection (Azure.Core.ResourceIdentifier id = default, Azure.ResourceManager.MySql.Models.MySqlServerPrivateEndpointConnectionProperties properties = default);
static member MySqlServerPrivateEndpointConnection : Azure.Core.ResourceIdentifier * Azure.ResourceManager.MySql.Models.MySqlServerPrivateEndpointConnectionProperties -> Azure.ResourceManager.MySql.Models.MySqlServerPrivateEndpointConnection
Public Shared Function MySqlServerPrivateEndpointConnection (Optional id As ResourceIdentifier = Nothing, Optional properties As MySqlServerPrivateEndpointConnectionProperties = Nothing) As MySqlServerPrivateEndpointConnection

Parameters

id
ResourceIdentifier

Resource Id of the private endpoint connection.

properties
MySqlServerPrivateEndpointConnectionProperties

Private endpoint connection properties.

Returns

A new MySqlServerPrivateEndpointConnection instance for mocking.

Applies to