Compartir a través de


IWithNetworkAccess.WithAccessFromIpAddress(String) Método

Definición

Especifica que se debe permitir el acceso a la cuenta de almacenamiento desde la dirección IP específica.

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

Parámetros

ipAddress
String

La dirección IP.

Devoluciones

Se aplica a