Condividi tramite


IWithNetworkAccess.WithoutIpAddressAccess(String) Method

Definition

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

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

Parameters

ipAddress
String

The ip address.

Returns

Applies to