Delen via


AuthorizationProfile Constructors

Definition

Overloads

AuthorizationProfile()

Initializes a new instance of the AuthorizationProfile class.

AuthorizationProfile(Nullable<DateTime>, String, String, Nullable<DateTime>, String)

Initializes a new instance of the AuthorizationProfile class.

AuthorizationProfile()

Initializes a new instance of the AuthorizationProfile class.

public AuthorizationProfile ();
Public Sub New ()

Applies to

AuthorizationProfile(Nullable<DateTime>, String, String, Nullable<DateTime>, String)

Initializes a new instance of the AuthorizationProfile class.

public AuthorizationProfile (DateTime? requestedTime = default, string requester = default, string requesterObjectId = default, DateTime? approvedTime = default, string approver = default);
new Microsoft.Azure.Management.ResourceManager.Models.AuthorizationProfile : Nullable<DateTime> * string * string * Nullable<DateTime> * string -> Microsoft.Azure.Management.ResourceManager.Models.AuthorizationProfile
Public Sub New (Optional requestedTime As Nullable(Of DateTime) = Nothing, Optional requester As String = Nothing, Optional requesterObjectId As String = Nothing, Optional approvedTime As Nullable(Of DateTime) = Nothing, Optional approver As String = Nothing)

Parameters

requestedTime
Nullable<DateTime>

The requested time

requester
String

The requester

requesterObjectId
String

The requester object id

approvedTime
Nullable<DateTime>

The approved time

approver
String

The approver

Applies to