다음을 통해 공유


IWithNetworkAccess.WithAccessFromIpAddressRange(String) Method

Definition

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

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

Parameters

ipAddressCidr
String

The ip address range expressed in cidr format.

Returns

Applies to