ArmCdnModelFactory.CdnNameAvailabilityContent(String, CdnResourceType) Method

Definition

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.

Applies to