RuleSet 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
RuleSet() |
Initializes a new instance of the RuleSet class. |
RuleSet(String, String, String, SystemData, String, String) |
Initializes a new instance of the RuleSet class. |
RuleSet()
Initializes a new instance of the RuleSet class.
public RuleSet ();
Public Sub New ()
Applies to
RuleSet(String, String, String, SystemData, String, String)
Initializes a new instance of the RuleSet class.
public RuleSet (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Cdn.Models.SystemData systemData = default, string provisioningState = default, string deploymentStatus = default);
new Microsoft.Azure.Management.Cdn.Models.RuleSet : string * string * string * Microsoft.Azure.Management.Cdn.Models.SystemData * string * string -> Microsoft.Azure.Management.Cdn.Models.RuleSet
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional deploymentStatus As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- systemData
- SystemData
- provisioningState
- String
Provisioning status. Possible values include: 'Succeeded', 'Failed', 'Updating', 'Deleting', 'Creating'
- deploymentStatus
- String
Possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'
Applies to
Azure SDK for .NET