Udostępnij za pośrednictwem


HostedServiceGetExtensionResponse Class

Definition

The Get Extension operation response.

public class HostedServiceGetExtensionResponse : Microsoft.Azure.AzureOperationResponse
type HostedServiceGetExtensionResponse = class
    inherit AzureOperationResponse
Public Class HostedServiceGetExtensionResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
HostedServiceGetExtensionResponse

Constructors

HostedServiceGetExtensionResponse()

Initializes a new instance of the HostedServiceGetExtensionResponse class.

HostedServiceGetExtensionResponse(String)

Initializes a new instance of the HostedServiceGetExtensionResponse class with required arguments.

Properties

Id

Optional. The identifier of the extension.

ProviderNamespace

Optional. The provider namespace of the extension. The provider namespace for Azure extensions is Microsoft.Windows.Azure.Extensions.

PublicConfiguration

Optional. The public configuration that is defined using the schema returned by the List Available Extensions operation.

Thumbprint

Optional. The thumbprint of the certificate that is used to encrypt the configuration specified in PrivateConfiguration. If this element is not specified, a certificate may be automatically generated and added to the cloud service.

ThumbprintAlgorithm

Optional. The thumbprint algorithm of the certificate that is used toencrypt the configuration specified in PrivateConfiguration.

Type

Required. The type of the extension.

Version

Optional. The version of the extension.

Applies to