Share via


HostedServiceOperationsExtensions.CheckNameAvailability 메서드

Checks for the availability of the specified cloud service name.

네임스페이스: Microsoft.WindowsAzure.Management.Compute
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

사용량

‘사용 방법
Dim operations As IHostedServiceOperations
Dim serviceName As String
Dim returnValue As HostedServiceCheckNameAvailabilityResponse

returnValue = HostedServiceOperationsExtensions.CheckNameAvailability(operations, serviceName)

구문

‘선언
<ExtensionAttribute> _
Public Shared Function CheckNameAvailability ( _
    operations As IHostedServiceOperations, _
    serviceName As String _
) As HostedServiceCheckNameAvailabilityResponse
[ExtensionAttribute] 
public static HostedServiceCheckNameAvailabilityResponse CheckNameAvailability (
    IHostedServiceOperations operations,
    string serviceName
)
[ExtensionAttribute] 
public:
static HostedServiceCheckNameAvailabilityResponse^ CheckNameAvailability (
    IHostedServiceOperations^ operations, 
    String^ serviceName
)
/** @attribute ExtensionAttribute() */ 
public static HostedServiceCheckNameAvailabilityResponse CheckNameAvailability (
    IHostedServiceOperations operations, 
    String serviceName
)
ExtensionAttribute 
public static function CheckNameAvailability (
    operations : IHostedServiceOperations, 
    serviceName : String
) : HostedServiceCheckNameAvailabilityResponse

매개 변수

  • serviceName
    The name of the cloud service that you would like to use.

반환 값

The HostedServiceCheckNameAvailabilityResponse object that indicates whether the name is available.

설명

For more information about checking name availability, see Check Cloud Service Name Availability.

스레드 보안

이 유형의 public static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

플랫폼

개발 플랫폼

Windows Vista, Windows 7 및 Windows Server 2008

대상 플랫폼

참고 항목

참조

HostedServiceOperationsExtensions 클래스
HostedServiceOperationsExtensions 멤버
Microsoft.WindowsAzure.Management.Compute 네임스페이스