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