ProxyResource Class

Definition

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

public class ProxyResource : Microsoft.Azure.Management.StreamAnalytics.Models.Resource
type ProxyResource = class
    inherit Resource
Public Class ProxyResource
Inherits Resource
Inheritance
ProxyResource
Derived

Constructors

ProxyResource()

Initializes a new instance of the ProxyResource class.

ProxyResource(String, String, String)

Initializes a new instance of the ProxyResource class.

Properties

Id

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

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Type

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

(Inherited from Resource)

Applies to