Condividi tramite


IWithNetworkAccess.WithoutIpAddressRangeAccess(String) Method

Definition

Specifies that previously allowed access from specific ip range should be removed.

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

Parameters

ipAddressCidr
String

The ip address range expressed in cidr format.

Returns

Applies to