PrivateLinkService 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.
Private link service resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkService : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkService = class
inherit Resource
Public Class PrivateLinkService
Inherits Resource
- Inheritance
- Attributes
Constructors
PrivateLinkService() |
Initializes a new instance of the PrivateLinkService class. |
PrivateLinkService(String, String, String, String, IDictionary<String, String>, ExtendedLocation, IList<FrontendIPConfiguration>, IList<PrivateLinkServiceIpConfiguration>, IList<NetworkInterface>, String, IList<PrivateEndpointConnection>, PrivateLinkServicePropertiesVisibility, PrivateLinkServicePropertiesAutoApproval, IList<String>, String, Nullable<Boolean>, String) |
Initializes a new instance of the PrivateLinkService 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. |
ExtendedLocation |
Gets or sets the extended location of the load balancer. |
Fqdns |
Gets or sets the list of Fqdn. |
Id |
Gets or sets resource ID. (Inherited from Resource) |
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 |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
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 |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
Visibility |
Gets or sets the visibility list of the private link service. |
Applies to
Azure SDK for .NET