ArmKustoModelFactory.KustoManagedPrivateEndpointData Method
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.
Initializes a new instance of KustoManagedPrivateEndpointData.
public static Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointData KustoManagedPrivateEndpointData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier privateLinkResourceId = default, string privateLinkResourceRegion = default, string groupId = default, string requestMessage = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default);
static member KustoManagedPrivateEndpointData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * string * string * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> -> Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointData
Public Shared Function KustoManagedPrivateEndpointData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional privateLinkResourceId As ResourceIdentifier = Nothing, Optional privateLinkResourceRegion As String = Nothing, Optional groupId As String = Nothing, Optional requestMessage As String = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing) As KustoManagedPrivateEndpointData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- privateLinkResourceId
- ResourceIdentifier
The ARM resource ID of the resource for which the managed private endpoint is created.
- privateLinkResourceRegion
- String
The region of the resource to which the managed private endpoint is created.
- groupId
- String
The groupId in which the managed private endpoint is created.
- requestMessage
- String
The user request message.
- provisioningState
- Nullable<KustoProvisioningState>
The provisioned state of the resource.
Returns
A new KustoManagedPrivateEndpointData instance for mocking.