Bagikan melalui


ProxyResource Class

Definition

The resource model definition for an ARM proxy resource.

public class ProxyResource : Microsoft.Azure.Management.PrivateDns.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. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Type

Gets the type of the resource. Example - 'Microsoft.Network/privateDnsZones'.

(Inherited from Resource)

Applies to