Share via


HostedServiceOperationsExtensions.DeleteAll 메서드 (IHostedServiceOperations, String)

 

DeleteAll 호스팅되는 서비스 작업에서 Microsoft Azure 저장소에서 지정된 된 클라우드 서비스 뿐아니라 운영 체제 디스크, 연결 된 데이터 디스크 및 디스크에 대 한 원본 blob를 삭제합니다. (자세한 내용은 ' https://msdn.microsoft.com/library/windowsazure/gg441305.aspx' 참조)

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

구문

public static OperationStatusResponse DeleteAll(
    this IHostedServiceOperations operations,
    string serviceName
)
public:
[ExtensionAttribute]
static OperationStatusResponse^ DeleteAll(
    IHostedServiceOperations^ operations,
    String^ serviceName
)
static member DeleteAll : 
        operations:IHostedServiceOperations *
        serviceName:string -> OperationStatusResponse
<ExtensionAttribute>
Public Shared Function DeleteAll (
    operations As IHostedServiceOperations,
    serviceName As String
) As OperationStatusResponse

매개 변수

  • serviceName
    Type: System.String

    필수 사항입니다. 클라우드 서비스의 이름입니다.

반환 값

Type: Microsoft.Azure.OperationStatusResponse

응답 본문 여부를 나타내는 것 성공 했는지, inprogress가 실패 했습니다 지정된 된 비동기 작업의 상태를 포함 합니다. 참고가이 상태는 자체 작업 상태 가져오기 작업에 대해 반환 된 HTTP 상태 코드와에서는 별개입니다. 비동기 작업이 성공한 경우 성공한 요청에 대한 HTTP 상태 코드가 응답 본문에 포함됩니다. 비동기 작업에 실패 하면 실패와 관련 된 실패 한 요청 및 오류 정보에 대 한 HTTP 상태 코드는 응답 본문에 포함 됩니다.

참고 항목

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

맨 위로 이동