次の方法で共有


IWithNetworkAccess.WithoutIpAddressRangeAccess(String) メソッド

定義

特定の IP 範囲から以前に許可されたアクセスを削除することを指定します。

public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IUpdate WithoutIpAddressRangeAccess (string ipAddressCidr);
abstract member WithoutIpAddressRangeAccess : string -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IUpdate
Public Function WithoutIpAddressRangeAccess (ipAddressCidr As String) As IUpdate

パラメーター

ipAddressCidr
String

CIDR 形式で表される IP アドレス範囲。

戻り値

適用対象