ExtensionConfiguration.Extension.Id Property
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.
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.
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String