GenericResourceExpanded Class

Definition

Resource information.

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

Constructors

GenericResourceExpanded()

Initializes a new instance of the GenericResourceExpanded class.

GenericResourceExpanded(String, String, String, String, ExtendedLocation, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the GenericResourceExpanded class.

GenericResourceExpanded(String, String, String, String, IDictionary<String, String>, Plan, Object, String, String, Sku, Identity, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the GenericResourceExpanded class.

Properties

ChangedTime

Gets the changed time of the resource. This is only present if requested via the $expand query parameter.

CreatedTime

Gets the created time of the resource. This is only present if requested via the $expand query parameter.

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.

(Inherited from GenericResource)
Kind

Gets or sets the kind of the resource.

(Inherited from GenericResource)
Location

Gets or sets resource location

(Inherited from Resource)
ManagedBy

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

(Inherited from GenericResource)
Name

Gets resource name

(Inherited from Resource)
Plan

Gets or sets the plan of the resource.

(Inherited from GenericResource)
Properties

Gets or sets the resource properties.

(Inherited from GenericResource)
ProvisioningState

Gets the provisioning state of the resource. This is only present if requested via the $expand query parameter.

Sku

Gets or sets the SKU of the resource.

(Inherited from GenericResource)
Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to