Share via


ServiceCertificateGetResponse Class

 

Represents the service certificate.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Compute.Models.ServiceCertificateGetResponse

Syntax

public class ServiceCertificateGetResponse : AzureOperationResponse
public ref class ServiceCertificateGetResponse : AzureOperationResponse
type ServiceCertificateGetResponse = 
    class
        inherit AzureOperationResponse
    end
Public Class ServiceCertificateGetResponse
    Inherits AzureOperationResponse

Constructors

Name Description
ServiceCertificateGetResponse()

Initializes a new instance of the ServiceCertificateGetResponse class.

Properties

Name Description
Data

Gets or sets the base-64 encoded service certificate.

RequestId

(Inherited from AzureOperationResponse.)

StatusCode

(Inherited from HttpOperationResponse.)

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top