IStorageDataCollaborationPolicyProperties Interface

Definition

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

Properties

Name Description
AllowCrossTenantDataSharing

Indicates whether cross-entra tenant data sharing is allowed on the storage account.

AllowStorageConnector

Indicates whether storage connectors are allowed to created or managed on the storage account.

AllowStorageDataShare

Indicates whether data shares are allowed to be created or managed on the storage account.

Methods

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

Applies to