UserRequestDetails 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
UserRequestDetails() |
Initializes a new instance of the UserRequestDetails class. |
UserRequestDetails(String, String, String, String, String) |
Initializes a new instance of the UserRequestDetails class. |
UserRequestDetails()
Initializes a new instance of the UserRequestDetails class.
public UserRequestDetails ();
Public Sub New ()
Applies to
UserRequestDetails(String, String, String, String, String)
Initializes a new instance of the UserRequestDetails class.
public UserRequestDetails (string user = default, string date = default, string justification = default, string subscriptionId = default, string subscriptionName = default);
new Microsoft.Azure.Management.Marketplace.Models.UserRequestDetails : string * string * string * string * string -> Microsoft.Azure.Management.Marketplace.Models.UserRequestDetails
Public Sub New (Optional user As String = Nothing, Optional date As String = Nothing, Optional justification As String = Nothing, Optional subscriptionId As String = Nothing, Optional subscriptionName As String = Nothing)
Parameters
- user
- String
Gets user id
- date
- String
Gets request date
- justification
- String
Gets justification
- subscriptionId
- String
Gets the subscription id that the user is requesting to add the plan to
- subscriptionName
- String
Gets the subscription name that the user is requesting to add the plan to
Applies to
Azure SDK for .NET