EndpointNameAvailabilityContent(String, CdnResourceType) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。