ArmProviderHubModelFactory.CheckNameAvailabilitySpecifications 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.
public static Azure.ResourceManager.ProviderHub.Models.CheckNameAvailabilitySpecifications CheckNameAvailabilitySpecifications(bool? isDefaultValidationEnabled = default, System.Collections.Generic.IEnumerable<string> resourceTypesWithCustomValidation = default);
static member CheckNameAvailabilitySpecifications : Nullable<bool> * seq<string> -> Azure.ResourceManager.ProviderHub.Models.CheckNameAvailabilitySpecifications
Public Shared Function CheckNameAvailabilitySpecifications (Optional isDefaultValidationEnabled As Nullable(Of Boolean) = Nothing, Optional resourceTypesWithCustomValidation As IEnumerable(Of String) = Nothing) As CheckNameAvailabilitySpecifications
Parameters
- resourceTypesWithCustomValidation
- IEnumerable<String>
The resource types with custom validation.
Returns
A new CheckNameAvailabilitySpecifications instance for mocking.