PrivateLinkServiceInner Class

Definition

Private link service resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkServiceInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkServiceInner = class
    inherit Resource
Public Class PrivateLinkServiceInner
Inherits Resource
Inheritance
PrivateLinkServiceInner
Attributes

Constructors

PrivateLinkServiceInner()

Initializes a new instance of the PrivateLinkServiceInner class.

PrivateLinkServiceInner(String, String, String, String, IDictionary<String, String>, IList<FrontendIPConfigurationInner>, IList<PrivateLinkServiceIpConfigurationInner>, IList<NetworkInterfaceInner>, ProvisioningState, IList<PrivateEndpointConnectionInner>, PrivateLinkServicePropertiesVisibility, PrivateLinkServicePropertiesAutoApproval, IList<String>, String, Nullable<Boolean>, String)

Initializes a new instance of the PrivateLinkServiceInner class.

Properties

Alias

Gets the alias of the private link service.

AutoApproval

Gets or sets the auto-approval list of the private link service.

EnableProxyProtocol

Gets or sets whether the private link service is enabled for proxy protocol or not.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Fqdns

Gets or sets the list of Fqdn.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
IpConfigurations

Gets or sets an array of private link service IP configurations.

LoadBalancerFrontendIpConfigurations

Gets or sets an array of references to the load balancer IP configurations.

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
NetworkInterfaces

Gets an array of references to the network interfaces created for this private link service.

PrivateEndpointConnections

Gets an array of list about connections to the private endpoint.

ProvisioningState

Gets the provisioning state of the private link service resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
Visibility

Gets or sets the visibility list of the private link service.

Methods

Validate()

Validate the object.

Applies to