通过


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

EdgeActionVersionCode(String, String) Constructor

Definition

Initializes a new instance of EdgeActionVersionCode.

public EdgeActionVersionCode(string content, string name);
new Azure.ResourceManager.EdgeActions.Models.EdgeActionVersionCode : string * string -> Azure.ResourceManager.EdgeActions.Models.EdgeActionVersionCode
Public Sub New (content As String, name As String)

Parameters

content
String

The version code deployment content .

name
String

The version code name.

Exceptions

content or name is null.

Applies to