ArmPostgreSqlModelFactory.PostgreSqlPrivateLinkServiceConnectionStateProperty 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 PostgreSqlPrivateLinkServiceConnectionStateProperty.
public static Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateProperty PostgreSqlPrivateLinkServiceConnectionStateProperty (string status = default, string description = default, string actionsRequired = default);
static member PostgreSqlPrivateLinkServiceConnectionStateProperty : string * string * string -> Azure.ResourceManager.PostgreSql.Models.PostgreSqlPrivateLinkServiceConnectionStateProperty
Public Shared Function PostgreSqlPrivateLinkServiceConnectionStateProperty (Optional status As String = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing) As PostgreSqlPrivateLinkServiceConnectionStateProperty
Parameters
- status
- String
The private link service connection status.
- description
- String
The private link service connection description.
- actionsRequired
- String
The actions required for private link service connection.
Returns
A new PostgreSqlPrivateLinkServiceConnectionStateProperty instance for mocking.