ArmSqlModelFactory.SqlPrivateEndpointConnectionData 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
SqlPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, ResourceIdentifier, SqlPrivateLinkServiceConnectionStateProperty, Nullable<SqlPrivateEndpointProvisioningState>)
- Source:
- ArmSqlModelFactory.cs
public static Azure.ResourceManager.Sql.SqlPrivateEndpointConnectionData SqlPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty connectionState = default, Azure.ResourceManager.Sql.Models.SqlPrivateEndpointProvisioningState? provisioningState = default);
static member SqlPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty * Nullable<Azure.ResourceManager.Sql.Models.SqlPrivateEndpointProvisioningState> -> Azure.ResourceManager.Sql.SqlPrivateEndpointConnectionData
Public Shared Function SqlPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As SqlPrivateLinkServiceConnectionStateProperty = Nothing, Optional provisioningState As Nullable(Of SqlPrivateEndpointProvisioningState) = Nothing) As SqlPrivateEndpointConnectionData
Parameters
- name
- String
- resourceType
- ResourceType
- systemData
- SystemData
- privateEndpointId
- ResourceIdentifier
- connectionState
- SqlPrivateLinkServiceConnectionStateProperty
- provisioningState
- Nullable<SqlPrivateEndpointProvisioningState>
Returns
Applies to
SqlPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, ResourceIdentifier, IEnumerable<String>, SqlPrivateLinkServiceConnectionStateProperty, Nullable<SqlPrivateEndpointProvisioningState>)
- Source:
- ArmSqlModelFactory.cs
Initializes a new instance of SqlPrivateEndpointConnectionData.
public static Azure.ResourceManager.Sql.SqlPrivateEndpointConnectionData SqlPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, 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 SqlPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * seq<string> * Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty * Nullable<Azure.ResourceManager.Sql.Models.SqlPrivateEndpointProvisioningState> -> Azure.ResourceManager.Sql.SqlPrivateEndpointConnectionData
Public Shared Function SqlPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, 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 SqlPrivateEndpointConnectionData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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 SqlPrivateEndpointConnectionData 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