StorageDataShareAsset 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.
Properties of a shared resource.
public class StorageDataShareAsset : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageDataShareAsset>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageDataShareAsset>
type StorageDataShareAsset = class
interface IJsonModel<StorageDataShareAsset>
interface IPersistableModel<StorageDataShareAsset>
Public Class StorageDataShareAsset
Implements IJsonModel(Of StorageDataShareAsset), IPersistableModel(Of StorageDataShareAsset)
- Inheritance
-
StorageDataShareAsset
- Implements
Constructors
| Name | Description |
|---|---|
| StorageDataShareAsset(String, String) |
Initializes a new instance of StorageDataShareAsset. |
Properties
| Name | Description |
|---|---|
| AssetPath |
Source Path to be shared. It can be a folder or a blob. The asset path should contain container name followed by path within the container, e.g. /container1/logs/external. |
| DisplayName |
Consumer visible name of the original path. |