ArmContainerInstanceModelFactory.DeploymentExtensionSpec Method
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.
public static Azure.ResourceManager.ContainerInstance.Models.DeploymentExtensionSpec DeploymentExtensionSpec(string name = default, string extensionType = default, string version = default, BinaryData settings = default, BinaryData protectedSettings = default);
static member DeploymentExtensionSpec : string * string * string * BinaryData * BinaryData -> Azure.ResourceManager.ContainerInstance.Models.DeploymentExtensionSpec
Public Shared Function DeploymentExtensionSpec (Optional name As String = Nothing, Optional extensionType As String = Nothing, Optional version As String = Nothing, Optional settings As BinaryData = Nothing, Optional protectedSettings As BinaryData = Nothing) As DeploymentExtensionSpec
Parameters
- name
- String
Name of the extension.
- extensionType
- String
Type of extension to be added.
- version
- String
Version of the extension being used.
- settings
- BinaryData
Settings for the extension.
- protectedSettings
- BinaryData
Protected settings for the extension.
Returns
A new DeploymentExtensionSpec instance for mocking.