PrivateLinkServiceConnection 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
PrivateLinkServiceConnection() |
Initializes a new instance of the PrivateLinkServiceConnection class. |
PrivateLinkServiceConnection(String, String, String, IList<String>, String, PrivateLinkServiceConnectionState, String, String, String) |
Initializes a new instance of the PrivateLinkServiceConnection class. |
PrivateLinkServiceConnection()
Initializes a new instance of the PrivateLinkServiceConnection class.
public PrivateLinkServiceConnection ();
Public Sub New ()
Applies to
PrivateLinkServiceConnection(String, String, String, IList<String>, String, PrivateLinkServiceConnectionState, String, String, String)
Initializes a new instance of the PrivateLinkServiceConnection class.
public PrivateLinkServiceConnection (string id = default, 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, string name = default, string type = default, string etag = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnection : string * string * string * System.Collections.Generic.IList<string> * string * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnectionState * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnection
Public Sub New (Optional id As String = Nothing, 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, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- 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.
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- type
- String
The resource type.
- etag
- String
A unique read-only string that changes whenever the resource is updated.