Share via


GovernanceRuleOwnerSource Constructors

Definition

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

Applies to