GovernanceRuleOwnerSource 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
GovernanceRuleOwnerSource() |
Initializes a new instance of the GovernanceRuleOwnerSource class. |
GovernanceRuleOwnerSource(String, String) |
Initializes a new instance of the GovernanceRuleOwnerSource class. |
GovernanceRuleOwnerSource()
Initializes a new instance of the GovernanceRuleOwnerSource class.
public GovernanceRuleOwnerSource ();
Public Sub New ()
Applies to
GovernanceRuleOwnerSource(String, String)
Initializes a new instance of the GovernanceRuleOwnerSource class.
public GovernanceRuleOwnerSource (string type = default, string value = default);
new Microsoft.Azure.Management.Security.Models.GovernanceRuleOwnerSource : string * string -> Microsoft.Azure.Management.Security.Models.GovernanceRuleOwnerSource
Public Sub New (Optional type As String = Nothing, Optional value As String = Nothing)
Parameters
- type
- String
The owner type for the governance rule owner source Possible values include: 'ByTag', 'Manually'
- value
- String
The source value e.g. tag key like owner name or email address