ArmSqlModelFactory.ServerPrivateEndpointConnectionProperties 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.
Overloads
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
- connectionState
- SqlPrivateLinkServiceConnectionStateProperty
- provisioningState
- Nullable<SqlPrivateEndpointProvisioningState>
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET