OptionalClaim 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
OptionalClaim() |
Initializes a new instance of the OptionalClaim class. |
OptionalClaim(String, String, Nullable<Boolean>, Object) |
Initializes a new instance of the OptionalClaim class. |
OptionalClaim()
Initializes a new instance of the OptionalClaim class.
public OptionalClaim ();
Public Sub New ()
Applies to
OptionalClaim(String, String, Nullable<Boolean>, Object)
Initializes a new instance of the OptionalClaim class.
public OptionalClaim (string name = default, string source = default, bool? essential = default, object additionalProperties = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.OptionalClaim : string * string * Nullable<bool> * obj -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.OptionalClaim
Public Sub New (Optional name As String = Nothing, Optional source As String = Nothing, Optional essential As Nullable(Of Boolean) = Nothing, Optional additionalProperties As Object = Nothing)
Parameters
- name
- String
Claim name.
- source
- String
Claim source.
- additionalProperties
- Object
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET