Show / Hide Table of Contents

    Class SubResourceReadOnly

    Inheritance
    Object
    SubResourceReadOnly
    VirtualMachineScaleSetExtension
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Compute.dll
    Syntax
    public class SubResourceReadOnly : Microsoft.Rest.Azure.IResource

    Constructors

    SubResourceReadOnly()

    Initializes a new instance of the SubResourceReadOnly class.

    Declaration
    public SubResourceReadOnly ();

    SubResourceReadOnly(String)

    Initializes a new instance of the SubResourceReadOnly class.

    Declaration
    public SubResourceReadOnly (string id = null);
    Parameters
    String id

    Resource Id

    Properties

    Id

    Gets resource Id

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

    Back to top Azure SDK for Net