StorageDataSharePropertiesUpdate Class

Definition

The storage datashare properties

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

Constructors

Name Description
StorageDataSharePropertiesUpdate()

Creates an new StorageDataSharePropertiesUpdate instance.

Properties

Name Description
AccessPolicy

List of access policies that specify the permission allowed to a managed identity. For Create - This property is required and cannot be null. If no access policies are provided at creation time, specify an empty array. For Update - This property is optional. If set to null or not passed, the existing access policies are left unchanged. If provided with a non-null value, the existing access policies are replaced with the specified list.

Asset

List of assets that specify the properties of the shared resources. For Create - This property is required and cannot be null. If no assets are provided at creation time, specify an empty array. For Update - This property is optional. If set to null or not passed, the existing assets are left unchanged. If provided with a non-null value, the existing assets are replaced with the specified list.

Description

Arbitrary description of this Data Share. Max 250 characters.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageDataSharePropertiesUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageDataSharePropertiesUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageDataSharePropertiesUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to