HostedServiceListExtensionsResponse.Extension 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.
An extension that was added to a cloud service.
public class HostedServiceListExtensionsResponse.Extension
type HostedServiceListExtensionsResponse.Extension = class
Public Class HostedServiceListExtensionsResponse.Extension
- Inheritance
-
HostedServiceListExtensionsResponse.Extension
Constructors
HostedServiceListExtensionsResponse.Extension() |
Initializes a new instance of the Extension class. |
HostedServiceListExtensionsResponse.Extension(String) |
Initializes a new instance of the Extension 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 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 to encrypt the configuration specified in PrivateConfiguration. |
Type |
Required. The type of the extension. |
Version |
Optional. The version of the extension. |