共用方式為


Set-AzStorageShareQuota

設定共用的儲存容量。

語法

Set-AzStorageShareQuota
   [-ShareName] <String>
   [-Quota] <Int32>
   [-Context <IStorageContext>]
   [-ServerTimeoutPerRequest <Int32>]
   [-ClientTimeoutPerRequest <Int32>]
   [-DefaultProfile <IAzureContextContainer>]
   [-ConcurrentTaskCount <Int32>]
   [<CommonParameters>]
Set-AzStorageShareQuota
   [-Share] <CloudFileShare>
   [-Quota] <Int32>
   [-Context <IStorageContext>]
   [-ServerTimeoutPerRequest <Int32>]
   [-ClientTimeoutPerRequest <Int32>]
   [-DefaultProfile <IAzureContextContainer>]
   [-ConcurrentTaskCount <Int32>]
   [<CommonParameters>]

Description

Set-AzStorageShareQuota Cmdlet 會設定指定共用的儲存容量。

範例

範例 1:設定共用的儲存容量

Set-AzStorageShareQuota -ShareName "ContosoShare01" -Quota 1024

此命令會將名為 ContosoShare01 的共用儲存容量設定為 1024 GB。

參數

-ClientTimeoutPerRequest

指定一個服務要求的用戶端超時時間間隔,以秒為單位。 如果先前的呼叫在指定的間隔內失敗,此 Cmdlet 會重試要求。 如果此 Cmdlet 在間隔經過之前未收到成功的回應,此 Cmdlet 會傳回錯誤。

類型:Nullable<T>[Int32]
別名:ClientTimeoutPerRequestInSeconds
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ConcurrentTaskCount

指定並行網路呼叫上限。 您可以藉由指定並行網路呼叫數目上限,使用此參數來限制並行 CPU 和頻寬使用量的並行存取。 指定的值是絕對計數,不會乘以核心計數。 此參數可協助減少低頻寬環境中的網路連線問題,例如每秒 100 千位。 預設值為 10。

類型:Nullable<T>[Int32]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Context

指定 Azure 記憶體內容。 若要取得記憶體內容,請使用 New-AzStorageContext Cmdlet。

類型:IStorageContext
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Quota

指定以 GB 為單位的配額值。 請參閱 中的 https://learn.microsoft.com/azure/azure-subscription-service-limits#azure-files-limits配額限制。

類型:Int32
別名:QuotaGiB
Position:1
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ServerTimeoutPerRequest

指定要求的伺服器部分逾時期間長度。

類型:Nullable<T>[Int32]
別名:ServerTimeoutPerRequestInSeconds
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Share

指定 CloudFileShare 物件來代表此 Cmdlet 設定配額的共用。 若要取得 CloudFileShare 物件,請使用 Get-AzStorageShare Cmdlet。

類型:CloudFileShare
別名:CloudFileShare
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ShareName

指定要設定配額的檔案共享名稱。

類型:String
別名:N, Name
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

CloudFileShare

IStorageContext

輸出

AzureStorageFileShare