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.Fluent.Models.GenericResourceInner
type GenericResourceExpanded = class
inherit GenericResourceInner
Public Class GenericResourceExpanded
Inherits GenericResourceInner
- Inheritance
Constructors
GenericResourceExpanded() |
Initializes a new instance of the GenericResourceExpanded class. |
GenericResourceExpanded(String, String, String, String, IDictionary<String, String>, Plan, Object, String, String, Sku, Identity, ExtendedLocation, 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 GenericResourceInner) |
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. (Inherited from GenericResourceInner) |
Kind |
Gets or sets the kind of the resource. (Inherited from GenericResourceInner) |
Location |
Resource location (Inherited from Resource) |
ManagedBy |
Gets or sets ID of the resource that manages this resource. (Inherited from GenericResourceInner) |
Name |
Resource name (Inherited from ProxyResource) |
Plan |
Gets or sets the plan of the resource. (Inherited from GenericResourceInner) |
Properties |
Gets or sets the resource properties. (Inherited from GenericResourceInner) |
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 GenericResourceInner) |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET