SecurityUserConfiguration Constructors
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.
Overloads
SecurityUserConfiguration() |
Initializes a new instance of the SecurityUserConfiguration class. |
SecurityUserConfiguration(String, String, String, String, SystemData, String, String, String) |
Initializes a new instance of the SecurityUserConfiguration class. |
SecurityUserConfiguration()
Initializes a new instance of the SecurityUserConfiguration class.
public SecurityUserConfiguration ();
Public Sub New ()
Applies to
SecurityUserConfiguration(String, String, String, String, SystemData, String, String, String)
Initializes a new instance of the SecurityUserConfiguration class.
public SecurityUserConfiguration (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default, string provisioningState = default, string description = default, string resourceGuid = default);
new Microsoft.Azure.Management.Network.Models.SecurityUserConfiguration : string * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData * string * string * string -> Microsoft.Azure.Management.Network.Models.SecurityUserConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional description As String = Nothing, Optional resourceGuid As String = 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.
- systemData
- SystemData
The system metadata related to this resource.
- provisioningState
- String
The provisioning state of the resource. Possible values include: 'Failed', 'Succeeded', 'Canceled', 'Creating', 'Updating', 'Deleting'
- description
- String
A description of the security user configuration.
- resourceGuid
- String
Unique identifier for this resource.