IStorageDataShareProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageDataSharePropertiesTypeConverter))]
public interface IStorageDataShareProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageDataSharePropertiesTypeConverter))>]
type IStorageDataShareProperties = interface
    interface IJsonSerializable
Public Interface IStorageDataShareProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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.

DataShareIdentifier

System-generated GUID identifier for the Storage DataShare. Not a valid input parameter when creating.

DataShareUri
Description

Arbitrary description of this Data Share. Max 250 characters.

ProvisioningState

Represents the provisioning state of the storage datashare.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to