PrivateLinkConfiguration 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.
The private link configuration.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkConfiguration
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkConfiguration = class
Public Class PrivateLinkConfiguration
- Inheritance
-
PrivateLinkConfiguration
- Attributes
Constructors
PrivateLinkConfiguration() |
Initializes a new instance of the PrivateLinkConfiguration class. |
PrivateLinkConfiguration(String, String, IList<IPConfiguration>, String, String, String) |
Initializes a new instance of the PrivateLinkConfiguration class. |
Properties
GroupId |
Gets or sets the HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. |
Id |
Gets the private link configuration id. |
IpConfigurations |
Gets or sets the IP configurations for the private link service. |
Name |
Gets or sets the name of private link configuration. |
ProvisioningState |
Gets the private link configuration provisioning state, which only appears in the response. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting' |
Type |
Gets the type of the private link configuration. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET