Aracılığıyla paylaş


SecurityAdminConfiguration Constructors

Definition

Overloads

SecurityAdminConfiguration()

Initializes a new instance of the SecurityAdminConfiguration class.

SecurityAdminConfiguration(String, String, String, String, String, IList<String>, String, SystemData)

Initializes a new instance of the SecurityAdminConfiguration class.

SecurityAdminConfiguration()

Initializes a new instance of the SecurityAdminConfiguration class.

public SecurityAdminConfiguration ();
Public Sub New ()

Applies to

SecurityAdminConfiguration(String, String, String, String, String, IList<String>, String, SystemData)

Initializes a new instance of the SecurityAdminConfiguration class.

public SecurityAdminConfiguration (string id = default, string name = default, string type = default, string etag = default, string description = default, System.Collections.Generic.IList<string> applyOnNetworkIntentPolicyBasedServices = default, string provisioningState = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Network.Models.SecurityAdminConfiguration : string * string * string * string * string * System.Collections.Generic.IList<string> * string * Microsoft.Azure.Management.Network.Models.SystemData -> Microsoft.Azure.Management.Network.Models.SecurityAdminConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional description As String = Nothing, Optional applyOnNetworkIntentPolicyBasedServices As IList(Of String) = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

etag
String

A unique read-only string that changes whenever the resource is updated.

description
String

A description of the security configuration.

applyOnNetworkIntentPolicyBasedServices
IList<String>

Enum list of network intent policy based services.

provisioningState
String

The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

systemData
SystemData

The system metadata related to this resource.

Applies to