IImportClusterParameters.SasUri Property

Definition

SAS URIs for the target blobs to import from

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="SAS URIs for the target blobs to import from", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="sasUris", Update=true)]
public System.Collections.Generic.List<string> SasUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="SAS URIs for the target blobs to import from", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="sasUris", Update=true)>]
member this.SasUri : System.Collections.Generic.List<string> with get, set
Public Property SasUri As List(Of String)

Property Value

Attributes

Applies to