Sdílet prostřednictvím


CommonProxyResource Class

Definition

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

public class CommonProxyResource : Microsoft.Azure.Management.Network.Models.CommonResource
type CommonProxyResource = class
    inherit CommonResource
Public Class CommonProxyResource
Inherits CommonResource
Inheritance
CommonProxyResource
Derived

Remarks

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

Constructors

CommonProxyResource()

Initializes a new instance of the CommonProxyResource class.

CommonProxyResource(String, String, String, SystemData)

Initializes a new instance of the CommonProxyResource class.

Properties

Id

Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from CommonResource)
Name

Gets the name of the resource

(Inherited from CommonResource)
SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from CommonResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from CommonResource)

Applies to