GenericResource Class

Definition

Resource information.

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

Constructors

GenericResource()

Initializes a new instance of the GenericResource class.

GenericResource(String, String, String, String, ExtendedLocation, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity)

Initializes a new instance of the GenericResource class.

GenericResource(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity)

Initializes a new instance of the GenericResource class.

Properties

ExtendedLocation

Gets or sets resource extended location.

(Inherited from Resource)
Id

Gets resource ID

(Inherited from Resource)
Identity

Gets or sets the identity of the resource.

Kind

Gets or sets the kind of the resource.

Location

Gets or sets resource location

(Inherited from Resource)
ManagedBy

Gets or sets ID of the resource that manages this resource.

Name

Gets resource name

(Inherited from Resource)
Plan

Gets or sets the plan of the resource.

Properties

Gets or sets the resource properties.

Sku

Gets or sets the SKU of the resource.

Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to