ArmNetworkModelFactory.BaseAdminRuleData(String, SystemData, String) 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.Network.BaseAdminRuleData BaseAdminRuleData(string name = default, Azure.ResourceManager.Models.SystemData systemData = default, string kind = default);
static member BaseAdminRuleData : string * Azure.ResourceManager.Models.SystemData * string -> Azure.ResourceManager.Network.BaseAdminRuleData
Public Shared Function BaseAdminRuleData (Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional kind As String = Nothing) As BaseAdminRuleData
Parameters
- name
- String
The name of the rule.
- systemData
- SystemData
The system metadata related to this resource.
- kind
- String
Whether the rule is custom or default.
Returns
A new BaseAdminRuleData instance for mocking.