IStorageDataCollaborationPolicyProperties Interface
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.
[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) |