PrivateEndpoint 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.
Complete information about the private endpoint.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpoint : Microsoft.Azure.Management.StreamAnalytics.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpoint = class
inherit ProxyResource
Public Class PrivateEndpoint
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
PrivateEndpoint() |
Initializes a new instance of the PrivateEndpoint class. |
PrivateEndpoint(String, String, String, String, IList<PrivateLinkServiceConnection>, String) |
Initializes a new instance of the PrivateEndpoint class. |
Properties
CreatedDate |
Gets the date when this private endpoint was created. |
Etag |
Gets unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests. |
Id |
Gets fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
ManualPrivateLinkServiceConnections |
Gets or sets a list of connections to the remote resource. Immutable after it is set. |
Name |
Gets the name of the resource (Inherited from Resource) |
Type |
Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. (Inherited from Resource) |
Applies to
Azure SDK for .NET