RequestDetails 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
RequestDetails() |
Initializes a new instance of the RequestDetails class. |
RequestDetails(String, IList<String>, String) |
Initializes a new instance of the RequestDetails class. |
RequestDetails()
Initializes a new instance of the RequestDetails class.
public RequestDetails ();
Public Sub New ()
Applies to
RequestDetails(String, IList<String>, String)
Initializes a new instance of the RequestDetails class.
public RequestDetails (string publisherId = default, System.Collections.Generic.IList<string> planIds = default, string subscriptionId = default);
new Microsoft.Azure.Management.Marketplace.Models.RequestDetails : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Marketplace.Models.RequestDetails
Public Sub New (Optional publisherId As String = Nothing, Optional planIds As IList(Of String) = Nothing, Optional subscriptionId As String = Nothing)
Parameters
- publisherId
- String
The offer's publisher id
- subscriptionId
- String
Gets or sets the subscription id
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET