StorageDataShareAsset Class

Definition

Properties of a shared resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageDataShareAssetTypeConverter))]
public class StorageDataShareAsset : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAsset
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageDataShareAssetTypeConverter))>]
type StorageDataShareAsset = class
    interface IStorageDataShareAsset
    interface IJsonSerializable
Public Class StorageDataShareAsset
Implements IStorageDataShareAsset
Inheritance
StorageDataShareAsset
Attributes
Implements

Constructors

Name Description
StorageDataShareAsset()

Creates an new StorageDataShareAsset instance.

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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageDataShareAsset.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageDataShareAsset.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAsset.

FromJsonString(String)

Creates a new instance of StorageDataShareAsset, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageDataShareAsset into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to