AvailablePrivateEndpointTypeInner Constructors

Definition

Overloads

AvailablePrivateEndpointTypeInner()

Initializes a new instance of the AvailablePrivateEndpointTypeInner class.

AvailablePrivateEndpointTypeInner(String, String, String, String)

Initializes a new instance of the AvailablePrivateEndpointTypeInner class.

AvailablePrivateEndpointTypeInner()

Initializes a new instance of the AvailablePrivateEndpointTypeInner class.

public AvailablePrivateEndpointTypeInner ();
Public Sub New ()

Applies to

AvailablePrivateEndpointTypeInner(String, String, String, String)

Initializes a new instance of the AvailablePrivateEndpointTypeInner class.

public AvailablePrivateEndpointTypeInner (string name = default, string id = default, string type = default, string resourceName = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AvailablePrivateEndpointTypeInner : string * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.AvailablePrivateEndpointTypeInner
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional resourceName As String = Nothing)

Parameters

name
String

The name of the service and resource.

id
String

A unique identifier of the AvailablePrivateEndpoint Type resource.

type
String

Resource type.

resourceName
String

The name of the service and resource.

Applies to