ArmHDInsightModelFactory.HDInsightNameAvailabilityContent Method

Definition

public static Azure.ResourceManager.HDInsight.Models.HDInsightNameAvailabilityContent HDInsightNameAvailabilityContent(string name = default, Azure.Core.ResourceType? resourceType = default);
static member HDInsightNameAvailabilityContent : string * Nullable<Azure.Core.ResourceType> -> Azure.ResourceManager.HDInsight.Models.HDInsightNameAvailabilityContent
Public Shared Function HDInsightNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing) As HDInsightNameAvailabilityContent

Parameters

name
String

The resource name.

resourceType
Nullable<ResourceType>

The resource type.

Returns

A new HDInsightNameAvailabilityContent instance for mocking.

Applies to