ManagedPrivateEndpoint Constructors
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.
Overloads
ManagedPrivateEndpoint() |
Initializes a new instance of the ManagedPrivateEndpoint class. |
ManagedPrivateEndpoint(String, String, String, String, String, String, String, String, SystemData) |
Initializes a new instance of the ManagedPrivateEndpoint class. |
ManagedPrivateEndpoint()
Initializes a new instance of the ManagedPrivateEndpoint class.
public ManagedPrivateEndpoint ();
Public Sub New ()
Applies to
ManagedPrivateEndpoint(String, String, String, String, String, String, String, String, SystemData)
Initializes a new instance of the ManagedPrivateEndpoint class.
public ManagedPrivateEndpoint (string privateLinkResourceId, string groupId, string id = default, string name = default, string type = default, string privateLinkResourceRegion = default, string requestMessage = default, string provisioningState = default, Microsoft.Azure.Management.Kusto.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint : string * string * string * string * string * string * string * string * Microsoft.Azure.Management.Kusto.Models.SystemData -> Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint
Public Sub New (privateLinkResourceId As String, groupId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateLinkResourceRegion As String = Nothing, Optional requestMessage As String = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- privateLinkResourceId
- String
The ARM resource ID of the resource for which the managed private endpoint is created.
- groupId
- String
The groupId in which the managed private endpoint is created.
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- privateLinkResourceRegion
- String
The region of the resource to which the managed private endpoint is created.
- requestMessage
- String
The user request message.
- provisioningState
- String
The provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving'
- systemData
- SystemData
Applies to
Azure SDK for .NET