IWithNetworkAccess.WithAccessFromIpAddressRange(String) Method

Definition

Specifies that access to the storage account from a specific ip range should be allowed.

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

Parameters

ipAddressCidr
String

The ip address range expressed in cidr format.

Returns

Applies to