PrivateLinkServiceConnectionInner Class
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.
PrivateLinkServiceConnection resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkServiceConnectionInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkServiceConnectionInner = class
inherit SubResource
Public Class PrivateLinkServiceConnectionInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
PrivateLinkServiceConnectionInner() |
Initializes a new instance of the PrivateLinkServiceConnectionInner class. |
PrivateLinkServiceConnectionInner(String, ProvisioningState, String, IList<String>, String, PrivateLinkServiceConnectionState, String, String, String) |
Initializes a new instance of the PrivateLinkServiceConnectionInner class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
GroupIds |
Gets or sets the ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. |
Id |
Resource Id (Inherited from SubResource) |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
PrivateLinkServiceConnectionState |
Gets or sets a collection of read-only information about the state of the connection to the remote resource. |
PrivateLinkServiceId |
Gets or sets the resource id of private link service. |
ProvisioningState |
Gets the provisioning state of the private link service connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RequestMessage |
Gets or sets a message passed to the owner of the remote resource with this connection request. Restricted to 140 chars. |
Type |
Gets the resource type. |
Applies to
Azure SDK for .NET