ArmNetworkModelFactory.BreakOutCategoryPolicies 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.Models.BreakOutCategoryPolicies BreakOutCategoryPolicies(bool? allow = default, bool? optimize = default, bool? default = default);
static member BreakOutCategoryPolicies : Nullable<bool> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Network.Models.BreakOutCategoryPolicies
Public Shared Function BreakOutCategoryPolicies (Optional allow As Nullable(Of Boolean) = Nothing, Optional optimize As Nullable(Of Boolean) = Nothing, Optional default As Nullable(Of Boolean) = Nothing) As BreakOutCategoryPolicies
Parameters
Returns
A new BreakOutCategoryPolicies instance for mocking.