GenericResourceInner Class

Definition

Resource information.

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

Constructors

GenericResourceInner()

Initializes a new instance of the GenericResourceInner class.

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

Initializes a new instance of the GenericResourceInner class.

Properties

ExtendedLocation

Gets or sets resource extended location.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Identity

Gets or sets the identity of the resource.

Kind

Gets or sets the kind of the resource.

Location

Resource location

(Inherited from Resource)
ManagedBy

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

Name

Resource name

(Inherited from ProxyResource)
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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to