ArmSupportModelFactory.SupportNameAvailabilityContent 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.
Input of CheckNameAvailability API.
public static Azure.ResourceManager.Support.Models.SupportNameAvailabilityContent SupportNameAvailabilityContent(string name = default, Azure.ResourceManager.Support.Models.SupportResourceType resourceType = Azure.ResourceManager.Support.Models.SupportResourceType.MicrosoftSupportSupportTickets);
static member SupportNameAvailabilityContent : string * Azure.ResourceManager.Support.Models.SupportResourceType -> Azure.ResourceManager.Support.Models.SupportNameAvailabilityContent
Public Shared Function SupportNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As SupportResourceType = Azure.ResourceManager.Support.Models.SupportResourceType.MicrosoftSupportSupportTickets) As SupportNameAvailabilityContent
Parameters
- name
- String
The resource name to validate.
- resourceType
- SupportResourceType
The type of resource.
Returns
A new SupportNameAvailabilityContent instance for mocking.