你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
INetworkRuleSet Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.NetworkRuleSetTypeConverter))]
public interface INetworkRuleSet : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.NetworkRuleSetTypeConverter))>]
type INetworkRuleSet = interface
interface IJsonSerializable
Public Interface INetworkRuleSet
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Bypass |
Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics. |
DefaultAction |
Specifies the default action of allow or deny when no other rules match. |
IPRule |
Sets the IP ACL rules |
ResourceAccessRule |
Sets the resource access rules |
VirtualNetworkRule |
Sets the virtual network rules |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |