Freigeben über


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