ArmMySqlModelFactory.MySqlServerPrivateEndpointConnectionProperties 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 MySqlServerPrivateEndpointConnectionProperties.
public static Azure.ResourceManager.MySql.Models.MySqlServerPrivateEndpointConnectionProperties MySqlServerPrivateEndpointConnectionProperties (Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.MySql.Models.MySqlServerPrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default, Azure.ResourceManager.MySql.Models.MySqlPrivateEndpointProvisioningState? provisioningState = default);
static member MySqlServerPrivateEndpointConnectionProperties : Azure.Core.ResourceIdentifier * Azure.ResourceManager.MySql.Models.MySqlServerPrivateLinkServiceConnectionStateProperty * Nullable<Azure.ResourceManager.MySql.Models.MySqlPrivateEndpointProvisioningState> -> Azure.ResourceManager.MySql.Models.MySqlServerPrivateEndpointConnectionProperties
Public Shared Function MySqlServerPrivateEndpointConnectionProperties (Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As MySqlServerPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As Nullable(Of MySqlPrivateEndpointProvisioningState) = Nothing) As MySqlServerPrivateEndpointConnectionProperties
Parameters
- privateEndpointId
- ResourceIdentifier
Private endpoint which the connection belongs to.
- privateLinkServiceConnectionState
- MySqlServerPrivateLinkServiceConnectionStateProperty
Connection state of the private endpoint connection.
- provisioningState
- Nullable<MySqlPrivateEndpointProvisioningState>
State of the private endpoint connection.
Returns
A new MySqlServerPrivateEndpointConnectionProperties instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET