CloudServiceExtensionProperties |
Extension.properties() |
Get the properties property: Extension Properties.
|
CloudServiceExtensionProperties |
CloudServiceExtensionProperties.withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion) |
Set the autoUpgradeMinorVersion property: Explicitly specify whether platform can automatically upgrade
typeHandlerVersion to higher minor versions when they become available.
|
CloudServiceExtensionProperties |
CloudServiceExtensionProperties.withForceUpdateTag(String forceUpdateTag) |
Set the forceUpdateTag property: Tag to force apply the provided public and protected settings.
|
CloudServiceExtensionProperties |
CloudServiceExtensionProperties.withProtectedSettings(String protectedSettings) |
Set the protectedSettings property: Protected settings for the extension which are encrypted before sent to the
role instance.
|
CloudServiceExtensionProperties |
CloudServiceExtensionProperties.withProtectedSettingsFromKeyVault(CloudServiceVaultAndSecretReference protectedSettingsFromKeyVault) |
Set the protectedSettingsFromKeyVault property: The protectedSettingsFromKeyVault property.
|
CloudServiceExtensionProperties |
CloudServiceExtensionProperties.withPublisher(String publisher) |
Set the publisher property: The name of the extension handler publisher.
|
CloudServiceExtensionProperties |
CloudServiceExtensionProperties.withRolesAppliedTo(List<String> rolesAppliedTo) |
Set the rolesAppliedTo property: Optional list of roles to apply this extension.
|
CloudServiceExtensionProperties |
CloudServiceExtensionProperties.withSettings(String settings) |
Set the settings property: Public settings for the extension.
|
CloudServiceExtensionProperties |
CloudServiceExtensionProperties.withType(String type) |
Set the type property: Specifies the type of the extension.
|
CloudServiceExtensionProperties |
CloudServiceExtensionProperties.withTypeHandlerVersion(String typeHandlerVersion) |
Set the typeHandlerVersion property: Specifies the version of the extension.
|