EdgeActionVersionCode(String, String) Constructor
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.
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.