GallerySoftDeletedResource 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.
The details information of soft-deleted resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class GallerySoftDeletedResource : Microsoft.Azure.Management.Compute.Models.Resource
[Microsoft.Rest.Serialization.JsonTransformation]
public class GallerySoftDeletedResource : Microsoft.Azure.Management.Compute.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GallerySoftDeletedResource = class
inherit Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GallerySoftDeletedResource = class
inherit TrackedResource
Public Class GallerySoftDeletedResource
Inherits Resource
Public Class GallerySoftDeletedResource
Inherits TrackedResource
- Inheritance
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| GallerySoftDeletedResource() |
Initializes a new instance of the GallerySoftDeletedResource class. |
| GallerySoftDeletedResource(String, String, String, String, IDictionary<String,String>, String, String, String) |
Initializes a new instance of the GallerySoftDeletedResource class. |
Properties
| Name | Description |
|---|---|
| Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
| Location |
Gets or sets resource location (Inherited from Resource) |
| Location |
Gets or sets the geo-location where the resource lives (Inherited from TrackedResource) |
| Name |
Gets the name of the resource (Inherited from Resource) |
| ResourceArmId |
Gets or sets arm id of the soft-deleted resource |
| SoftDeletedArtifactType |
Gets or sets artifact type of the soft-deleted resource Possible values include: 'Images' |
| SoftDeletedTime |
Gets or sets the timestamp for when the resource is soft-deleted. In dateTime offset format. |
| Tags |
Gets or sets resource tags (Inherited from Resource) |
| Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
| Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |