Package version:

Interface ProxyResource

The resource model definition for an Azure Resource Manager proxy resource. It will not have tags and a location

interface ProxyResource {
    id?: string;
    name?: string;
    type?: string;
}

Hierarchy (view full)

Properties

Properties

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.