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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET