Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.DeploymentExtensionSpecProperties
Packages that use DeploymentExtensionSpecProperties
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
-
Uses of DeploymentExtensionSpecProperties in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return DeploymentExtensionSpecPropertiesModifier and TypeMethodDescriptionDeploymentExtensionSpecProperties.withExtensionType(String extensionType) Set the extensionType property: Type of extension to be added.DeploymentExtensionSpecProperties.withProtectedSettings(Object protectedSettings) Set the protectedSettings property: Protected settings for the extension.DeploymentExtensionSpecProperties.withSettings(Object settings) Set the settings property: Settings for the extension.DeploymentExtensionSpecProperties.withVersion(String version) Set the version property: Version of the extension being used.