ArmKustoModelFactory.KustoManagedPrivateEndpointNameAvailabilityContent 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 KustoManagedPrivateEndpointNameAvailabilityContent.
public static Azure.ResourceManager.Kusto.Models.KustoManagedPrivateEndpointNameAvailabilityContent KustoManagedPrivateEndpointNameAvailabilityContent(string name = default, Azure.ResourceManager.Kusto.Models.KustoManagedPrivateEndpointsType resourceType = default);
static member KustoManagedPrivateEndpointNameAvailabilityContent : string * Azure.ResourceManager.Kusto.Models.KustoManagedPrivateEndpointsType -> Azure.ResourceManager.Kusto.Models.KustoManagedPrivateEndpointNameAvailabilityContent
Public Shared Function KustoManagedPrivateEndpointNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As KustoManagedPrivateEndpointsType = Nothing) As KustoManagedPrivateEndpointNameAvailabilityContent
Parameters
- name
- String
Managed private endpoint resource name.
- resourceType
- KustoManagedPrivateEndpointsType
The type of resource, for instance Microsoft.Kusto/clusters/managedPrivateEndpoints.
Returns
A new KustoManagedPrivateEndpointNameAvailabilityContent instance for mocking.