Udostępnij za pośrednictwem


ArmSqlModelFactory.ServerPrivateEndpointConnectionProperties Method

Definition

Overloads

ServerPrivateEndpointConnectionProperties(ResourceIdentifier, SqlPrivateLinkServiceConnectionStateProperty, Nullable<SqlPrivateEndpointProvisioningState>)
ServerPrivateEndpointConnectionProperties(ResourceIdentifier, IEnumerable<String>, SqlPrivateLinkServiceConnectionStateProperty, Nullable<SqlPrivateEndpointProvisioningState>)

Initializes a new instance of ServerPrivateEndpointConnectionProperties.

ServerPrivateEndpointConnectionProperties(ResourceIdentifier, SqlPrivateLinkServiceConnectionStateProperty, Nullable<SqlPrivateEndpointProvisioningState>)

Source:
ArmSqlModelFactory.cs
public static Azure.ResourceManager.Sql.Models.ServerPrivateEndpointConnectionProperties ServerPrivateEndpointConnectionProperties (Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty connectionState = default, Azure.ResourceManager.Sql.Models.SqlPrivateEndpointProvisioningState? provisioningState = default);
static member ServerPrivateEndpointConnectionProperties : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty * Nullable<Azure.ResourceManager.Sql.Models.SqlPrivateEndpointProvisioningState> -> Azure.ResourceManager.Sql.Models.ServerPrivateEndpointConnectionProperties
Public Shared Function ServerPrivateEndpointConnectionProperties (Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As SqlPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As Nullable(Of SqlPrivateEndpointProvisioningState) = Nothing) As ServerPrivateEndpointConnectionProperties

Parameters

privateEndpointId
ResourceIdentifier

Returns

Applies to

ServerPrivateEndpointConnectionProperties(ResourceIdentifier, IEnumerable<String>, SqlPrivateLinkServiceConnectionStateProperty, Nullable<SqlPrivateEndpointProvisioningState>)

Source:
ArmSqlModelFactory.cs

Initializes a new instance of ServerPrivateEndpointConnectionProperties.

public static Azure.ResourceManager.Sql.Models.ServerPrivateEndpointConnectionProperties ServerPrivateEndpointConnectionProperties (Azure.Core.ResourceIdentifier privateEndpointId = default, System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty connectionState = default, Azure.ResourceManager.Sql.Models.SqlPrivateEndpointProvisioningState? provisioningState = default);
static member ServerPrivateEndpointConnectionProperties : Azure.Core.ResourceIdentifier * seq<string> * Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty * Nullable<Azure.ResourceManager.Sql.Models.SqlPrivateEndpointProvisioningState> -> Azure.ResourceManager.Sql.Models.ServerPrivateEndpointConnectionProperties
Public Shared Function ServerPrivateEndpointConnectionProperties (Optional privateEndpointId As ResourceIdentifier = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing, Optional connectionState As SqlPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As Nullable(Of SqlPrivateEndpointProvisioningState) = Nothing) As ServerPrivateEndpointConnectionProperties

Parameters

privateEndpointId
ResourceIdentifier

Private endpoint which the connection belongs to.

groupIds
IEnumerable<String>

Group IDs.

connectionState
SqlPrivateLinkServiceConnectionStateProperty

Connection state of the private endpoint connection.

provisioningState
Nullable<SqlPrivateEndpointProvisioningState>

State of the private endpoint connection.

Returns

A new ServerPrivateEndpointConnectionProperties instance for mocking.

Applies to