Uses of Class
com.azure.resourcemanager.containerinstance.models.DeploymentExtensionSpec
Packages that use DeploymentExtensionSpec
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
null.
Package containing the data models for ContainerInstanceManagementClient.
null.
-
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
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type DeploymentExtensionSpecModifier and TypeClassDescriptionfinal classExtension sidecars to be added to the deployment.Methods in com.azure.resourcemanager.containerinstance.models that return DeploymentExtensionSpecModifier and TypeMethodDescriptionstatic DeploymentExtensionSpecDeploymentExtensionSpec.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentExtensionSpec from the JsonReader.DeploymentExtensionSpec.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.