GenericResourceExpanded Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resource information.
public class GenericResourceExpanded : Microsoft.Azure.Management.ResourceManager.Models.GenericResource
type GenericResourceExpanded = class
inherit GenericResource
Public Class GenericResourceExpanded
Inherits GenericResource
- Inheritance
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
Azure SDK for .NET