次の方法で共有


IWithNetworkAccess.WithAccessFromIpAddress(String) メソッド

定義

特定の IP アドレスからストレージ アカウントへのアクセスを許可するように指定します。

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

パラメーター

ipAddress
String

IP アドレス。

戻り値

適用対象