GenericResourceInner 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 GenericResourceInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
type GenericResourceInner = class
inherit Resource
Public Class GenericResourceInner
Inherits Resource
- Inheritance
- 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
Azure SDK for .NET