ArmNetworkModelFactory.SecurityAdminConfigurationData 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.SecurityAdminConfigurationData SecurityAdminConfigurationData(string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService> applyOnNetworkIntentPolicyBasedServices = default, Azure.ResourceManager.Network.Models.AddressSpaceAggregationOption? networkGroupAddressSpaceAggregationOption = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Guid? resourceGuid = default, string name = default, Azure.ResourceManager.Models.SystemData systemData = default);
static member SecurityAdminConfigurationData : string * seq<Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService> * Nullable<Azure.ResourceManager.Network.Models.AddressSpaceAggregationOption> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Guid> * string * Azure.ResourceManager.Models.SystemData -> Azure.ResourceManager.Network.SecurityAdminConfigurationData
Public Shared Function SecurityAdminConfigurationData (Optional description As String = Nothing, Optional applyOnNetworkIntentPolicyBasedServices As IEnumerable(Of NetworkIntentPolicyBasedService) = Nothing, Optional networkGroupAddressSpaceAggregationOption As Nullable(Of AddressSpaceAggregationOption) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional resourceGuid As Nullable(Of Guid) = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing) As SecurityAdminConfigurationData
Parameters
- description
- String
A description of the security configuration.
- applyOnNetworkIntentPolicyBasedServices
- IEnumerable<NetworkIntentPolicyBasedService>
Enum list of network intent policy based services.
- networkGroupAddressSpaceAggregationOption
- Nullable<AddressSpaceAggregationOption>
Determine update behavior for changes to network groups referenced within the rules in this configuration.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the resource.
- name
- String
The name of the network manager Security Configuration.
- systemData
- SystemData
The system metadata related to this resource.
Returns
A new SecurityAdminConfigurationData instance for mocking.