你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmContainerInstanceModelFactory.DeploymentExtensionSpec Method

Definition

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.

Applies to