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
    RedisFirewallRule
    RedisLinkedServerWithProperties
    RedisPatchSchedule
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Redis.dll
    Syntax
    public class ProxyResource : Microsoft.Azure.Management.Redis.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

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    Back to top Azure SDK for Net