ArmCdnModelFactory.CdnNameAvailabilityContent(String, CdnResourceType) 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.Cdn.Models.CdnNameAvailabilityContent CdnNameAvailabilityContent(string name = default, Azure.ResourceManager.Cdn.Models.CdnResourceType resourceType = default);
static member CdnNameAvailabilityContent : string * Azure.ResourceManager.Cdn.Models.CdnResourceType -> Azure.ResourceManager.Cdn.Models.CdnNameAvailabilityContent
Public Shared Function CdnNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As CdnResourceType = Nothing) As CdnNameAvailabilityContent
Parameters
- name
- String
The resource name to validate.
- resourceType
- CdnResourceType
The type of the resource whose name is to be validated.
Returns
A new CdnNameAvailabilityContent instance for mocking.