Uses of Class
com.azure.resourcemanager.containerinstance.models.DeploymentExtensionSpec
Packages that use DeploymentExtensionSpec
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of DeploymentExtensionSpec in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type DeploymentExtensionSpecModifier and TypeMethodDescriptionContainerGroupInner.extensions()Get the extensions property: extensions used by virtual kubelet.ContainerGroupProperties.extensions()Get the extensions property: extensions used by virtual kubelet.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type DeploymentExtensionSpecModifier and TypeMethodDescriptionContainerGroupInner.withExtensions(List<DeploymentExtensionSpec> extensions) Set the extensions property: extensions used by virtual kubelet.ContainerGroupProperties.withExtensions(List<DeploymentExtensionSpec> extensions) Set the extensions property: extensions used by virtual kubelet. -
Uses of DeploymentExtensionSpec in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return DeploymentExtensionSpecModifier and TypeMethodDescriptionDeploymentExtensionSpec.withExtensionType(String extensionType) Set the extensionType property: Type of extension to be added.Set the name property: Name of the extension.DeploymentExtensionSpec.withProtectedSettings(Object protectedSettings) Set the protectedSettings property: Protected settings for the extension.DeploymentExtensionSpec.withSettings(Object settings) Set the settings property: Settings for the extension.DeploymentExtensionSpec.withVersion(String version) Set the version property: Version of the extension being used.