Show / Hide Table of Contents

    Class ProxyResource

    The resource model definition for a ARM proxy resource. It will have everything other than required location and tags

    Inheritance
    Object
    Resource
    ProxyResource
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.DeploymentManager.dll
    Syntax
    public class ProxyResource : Microsoft.Azure.Management.DeploymentManager.Models.Resource

    Constructors

    ProxyResource()

    Initializes a new instance of the ProxyResource class.

    Declaration
    public ProxyResource ();

    ProxyResource(String, String, String)

    Initializes a new instance of the ProxyResource class.

    Declaration
    public ProxyResource (string id = null, string name = null, string type = null);
    Parameters
    String id

    Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    String name

    The name of the resource

    String type

    The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

    Back to top Azure SDK for Net