IStorageAccountPropertiesCreateParameters.DataCollaborationPolicyPropertyAllowCrossTenantDataSharing Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Indicates whether cross-entra tenant data sharing is allowed on the storage account.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowCrossTenantDataSharing", Update=true)]
public bool? DataCollaborationPolicyPropertyAllowCrossTenantDataSharing { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Indicates whether cross-entra tenant data sharing is allowed on the storage account.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowCrossTenantDataSharing", Update=true)>]
member this.DataCollaborationPolicyPropertyAllowCrossTenantDataSharing : Nullable<bool> with get, set
Public Property DataCollaborationPolicyPropertyAllowCrossTenantDataSharing As Nullable(Of Boolean)

Property Value

Attributes

Applies to