共用方式為


ExtensionConfiguration.Extension Class

Definition

Represents an extension that is to be deployed to a role in a cloud service.

public class ExtensionConfiguration.Extension
type ExtensionConfiguration.Extension = class
Public Class ExtensionConfiguration.Extension
Inheritance
ExtensionConfiguration.Extension

Constructors

ExtensionConfiguration.Extension()

Initializes a new instance of the Extension class.

ExtensionConfiguration.Extension(String)

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

Properties

Id

Required. The identifier of the extension. The identifier is created when the extension is added to the cloud service. You can find the ID of an extension that was added to a cloud service by using List Extensions.

State

Optional. Specifies the state of the extension. This element only applies to JSON configured extensions. Possible values are Enable, Disable, and Uninstall.

Applies to