AuthorizationProfile 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
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
- requester
- String
The requester
- requesterObjectId
- String
The requester object id
- approver
- String
The approver
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET