RegistryPrivateEndpoint 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 PE network resource that is linked to this PE connection.
public class RegistryPrivateEndpoint : Azure.ResourceManager.MachineLearning.Models.PrivateEndpointBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpoint>
public class RegistryPrivateEndpoint : Azure.ResourceManager.MachineLearning.Models.PrivateEndpointBase
type RegistryPrivateEndpoint = class
inherit PrivateEndpointBase
interface IJsonModel<RegistryPrivateEndpoint>
interface IPersistableModel<RegistryPrivateEndpoint>
type RegistryPrivateEndpoint = class
inherit PrivateEndpointBase
Public Class RegistryPrivateEndpoint
Inherits PrivateEndpointBase
Implements IJsonModel(Of RegistryPrivateEndpoint), IPersistableModel(Of RegistryPrivateEndpoint)
Public Class RegistryPrivateEndpoint
Inherits PrivateEndpointBase
- Inheritance
- Implements
Constructors
RegistryPrivateEndpoint() |
Initializes a new instance of RegistryPrivateEndpoint. |
Properties
Id |
The ARM identifier for Private Endpoint. (Inherited from PrivateEndpointBase) |
SubnetArmId |
The subnetId that the private endpoint is connected to. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET