Show / Hide Table of Contents

    Class ArtifactParameterPropertiesFragment

    Properties of an artifact parameter.

    Inheritance
    Object
    ArtifactParameterPropertiesFragment
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.DevTestLabs.dll
    Syntax
    public class ArtifactParameterPropertiesFragment

    Constructors

    ArtifactParameterPropertiesFragment()

    Initializes a new instance of the ArtifactParameterPropertiesFragment class.

    Declaration
    public ArtifactParameterPropertiesFragment ();

    ArtifactParameterPropertiesFragment(String, String)

    Initializes a new instance of the ArtifactParameterPropertiesFragment class.

    Declaration
    public ArtifactParameterPropertiesFragment (string name = null, string value = null);
    Parameters
    String name

    The name of the artifact parameter.

    String value

    The value of the artifact parameter.

    Properties

    Name

    Gets or sets the name of the artifact parameter.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="name")]
    public string Name { get; set; }
    Property Value
    String

    Value

    Gets or sets the value of the artifact parameter.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="value")]
    public string Value { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net