ArmWebPubSubModelFactory.WebPubSubIPRule 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 static Azure.ResourceManager.WebPubSub.Models.WebPubSubIPRule WebPubSubIPRule(string value = default, Azure.ResourceManager.WebPubSub.Models.AclAction? action = default);
static member WebPubSubIPRule : string * Nullable<Azure.ResourceManager.WebPubSub.Models.AclAction> -> Azure.ResourceManager.WebPubSub.Models.WebPubSubIPRule
Public Shared Function WebPubSubIPRule (Optional value As String = Nothing, Optional action As Nullable(Of AclAction) = Nothing) As WebPubSubIPRule
Parameters
- value
- String
An IP or CIDR or ServiceTag.
Returns
A new WebPubSubIPRule instance for mocking.