次の方法で共有


EndpointNameAvailabilityContent(String, CdnResourceType) コンストラクター

定義

EndpointNameAvailabilityContent の新しいインスタンスを初期化します。

public EndpointNameAvailabilityContent (string name, Azure.ResourceManager.Cdn.Models.CdnResourceType resourceType);
new Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityContent : string * Azure.ResourceManager.Cdn.Models.CdnResourceType -> Azure.ResourceManager.Cdn.Models.EndpointNameAvailabilityContent
Public Sub New (name As String, resourceType As CdnResourceType)

パラメーター

name
String

検証するリソース名。

resourceType
CdnResourceType

名前を検証するリソースの種類。

例外

name が null です。

適用対象