Freigeben über


RequestApprovalResource Konstruktoren

Definition

Überlädt

RequestApprovalResource()

Initialisiert eine neue instance der RequestApprovalResource-Klasse.

RequestApprovalResource(String, String, String, SystemData, String, String, String, IList<PlanDetails>, Nullable<Boolean>, Nullable<Int64>)

Initialisiert eine neue instance der RequestApprovalResource-Klasse.

RequestApprovalResource()

Initialisiert eine neue instance der RequestApprovalResource-Klasse.

public RequestApprovalResource ();
Public Sub New ()

Gilt für:

RequestApprovalResource(String, String, String, SystemData, String, String, String, IList<PlanDetails>, Nullable<Boolean>, Nullable<Int64>)

Initialisiert eine neue instance der RequestApprovalResource-Klasse.

public RequestApprovalResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Marketplace.Models.SystemData systemData = default, string offerId = default, string offerDisplayName = default, string publisherId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanDetails> plansDetails = default, bool? isClosed = default, long? messageCode = default);
new Microsoft.Azure.Management.Marketplace.Models.RequestApprovalResource : string * string * string * Microsoft.Azure.Management.Marketplace.Models.SystemData * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanDetails> * Nullable<bool> * Nullable<int64> -> Microsoft.Azure.Management.Marketplace.Models.RequestApprovalResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional offerId As String = Nothing, Optional offerDisplayName As String = Nothing, Optional publisherId As String = Nothing, Optional plansDetails As IList(Of PlanDetails) = Nothing, Optional isClosed As Nullable(Of Boolean) = Nothing, Optional messageCode As Nullable(Of Long) = Nothing)

Parameter

id
String

Die Ressourcen-ID.

name
String

Der Name der Ressource.

type
String

Der Typ der Ressource.

systemData
SystemData

Metadaten zur Erstellung und letzten Änderung der Ressource

offerId
String

Ruft die eindeutige Angebots-ID ab oder legt diese fest.

offerDisplayName
String

Ruft den Angebotsanzeigenamen ab.

publisherId
String

Herausgeber-ID des Angebots

plansDetails
IList<PlanDetails>

Ruft die Plandetails ab oder legt sie fest.

isClosed
Nullable<Boolean>

Ruft einen Wert ab, der angibt, ob die Anforderung geschlossen ist.

messageCode
Nullable<Int64>

Ruft den Anforderungsgenehmigungsmeldungscode ab oder legt diese fest.

Gilt für: