HostedServiceGetExtensionResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Get Extension operation response.
public class HostedServiceGetExtensionResponse : Microsoft.Azure.AzureOperationResponse
type HostedServiceGetExtensionResponse = class
inherit AzureOperationResponse
Public Class HostedServiceGetExtensionResponse
Inherits AzureOperationResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseHostedServiceGetExtensionResponse
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
Azure SDK for .NET