ArmSqlModelFactory.SqlPrivateLinkServiceConnectionStateProperty 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 SqlPrivateLinkServiceConnectionStateProperty.
public static Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty SqlPrivateLinkServiceConnectionStateProperty (Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStatus status = default, string description = default, Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionActionsRequired? actionsRequired = default);
static member SqlPrivateLinkServiceConnectionStateProperty : Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStatus * string * Nullable<Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionActionsRequired> -> Azure.ResourceManager.Sql.Models.SqlPrivateLinkServiceConnectionStateProperty
Public Shared Function SqlPrivateLinkServiceConnectionStateProperty (Optional status As SqlPrivateLinkServiceConnectionStatus = Nothing, Optional description As String = Nothing, Optional actionsRequired As Nullable(Of SqlPrivateLinkServiceConnectionActionsRequired) = Nothing) As SqlPrivateLinkServiceConnectionStateProperty
Parameters
The private link service connection status.
- description
- String
The private link service connection description.
- actionsRequired
- Nullable<SqlPrivateLinkServiceConnectionActionsRequired>
The actions required for private link service connection.
Returns
A new SqlPrivateLinkServiceConnectionStateProperty 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