StorageDataCollaborationPolicyProperties Class
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.
Defines Data Collaboration Policy for a storage account.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageDataCollaborationPolicyPropertiesTypeConverter))]
public class StorageDataCollaborationPolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataCollaborationPolicyProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageDataCollaborationPolicyPropertiesTypeConverter))>]
type StorageDataCollaborationPolicyProperties = class
interface IStorageDataCollaborationPolicyProperties
interface IJsonSerializable
Public Class StorageDataCollaborationPolicyProperties
Implements IStorageDataCollaborationPolicyProperties
- Inheritance
-
StorageDataCollaborationPolicyProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageDataCollaborationPolicyProperties() |
Creates an new StorageDataCollaborationPolicyProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageDataCollaborationPolicyProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageDataCollaborationPolicyProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataCollaborationPolicyProperties. |
| FromJsonString(String) |
Creates a new instance of StorageDataCollaborationPolicyProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageDataCollaborationPolicyProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |