DataLakeStoreClient.AddOrUpdateVirtualNetworkRule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Management.DataLake.Store.Models.VirtualNetworkRule AddOrUpdateVirtualNetworkRule (string accountName, string ruleName, string subnetId, System.Management.Automation.Cmdlet runningCommand);
member this.AddOrUpdateVirtualNetworkRule : string * string * string * System.Management.Automation.Cmdlet -> Microsoft.Azure.Management.DataLake.Store.Models.VirtualNetworkRule
Public Function AddOrUpdateVirtualNetworkRule (accountName As String, ruleName As String, subnetId As String, runningCommand As Cmdlet) As VirtualNetworkRule
Parameters
- accountName
- String
- ruleName
- String
- subnetId
- String
- runningCommand
- Cmdlet