PrivateLinkServiceConnectionProperties Constructors
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
| Name | Description |
|---|---|
| PrivateLinkServiceConnectionProperties() |
Initializes a new instance of the PrivateLinkServiceConnectionProperties class. |
| PrivateLinkServiceConnectionProperties(String, String, IList<String>, String, PrivateLinkServiceConnectionState) |
Initializes a new instance of the PrivateLinkServiceConnectionProperties class. |
PrivateLinkServiceConnectionProperties()
Initializes a new instance of the PrivateLinkServiceConnectionProperties class.
public PrivateLinkServiceConnectionProperties();
Public Sub New ()
Applies to
PrivateLinkServiceConnectionProperties(String, String, IList<String>, String, PrivateLinkServiceConnectionState)
Initializes a new instance of the PrivateLinkServiceConnectionProperties class.
public PrivateLinkServiceConnectionProperties(string provisioningState = default, string privateLinkServiceId = default, System.Collections.Generic.IList<string> groupIds = default, string requestMessage = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnectionProperties : string * string * System.Collections.Generic.IList<string> * string * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnectionProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional privateLinkServiceId As String = Nothing, Optional groupIds As IList(Of String) = Nothing, Optional requestMessage As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing)
Parameters
- provisioningState
- String
The provisioning state of the private link service connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- privateLinkServiceId
- String
The resource id of private link service.
The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.
- requestMessage
- String
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
A collection of read-only information about the state of the connection to the remote resource.