IStorageTargetResource Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.StorageTargetResourceTypeConverter))]
public interface IStorageTargetResource : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.StorageTargetResourceTypeConverter))>]
type IStorageTargetResource = interface
interface IJsonSerializable
Public Interface IStorageTargetResource
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Id |
Resource ID of the Storage Target. |
Location |
Region name string. |
Name |
Name of the Storage Target. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Type |
Type of the Storage Target; Microsoft.StorageCache/Cache/StorageTarget |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |