JobResource Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
JobResource() |
Initialise une nouvelle instance de la classe JobResource. |
JobResource(String, Sku, TransferType, IDictionary<String,String>, ResourceIdentity, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<DateTime>, CloudError, JobDetails, String, Nullable<JobDeliveryType>, JobDeliveryInfo, Nullable<Boolean>, String, String, String, SystemData) |
Initialise une nouvelle instance de la classe JobResource. |
JobResource()
Initialise une nouvelle instance de la classe JobResource.
public JobResource ();
Public Sub New ()
S’applique à
JobResource(String, Sku, TransferType, IDictionary<String,String>, ResourceIdentity, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<DateTime>, CloudError, JobDetails, String, Nullable<JobDeliveryType>, JobDeliveryInfo, Nullable<Boolean>, String, String, String, SystemData)
Initialise une nouvelle instance de la classe JobResource.
public JobResource (string location, Microsoft.Azure.Management.DataBox.Models.Sku sku, Microsoft.Azure.Management.DataBox.Models.TransferType transferType, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataBox.Models.ResourceIdentity identity = default, bool? isCancellable = default, bool? isDeletable = default, bool? isShippingAddressEditable = default, bool? isPrepareToShipEnabled = default, string status = default, DateTime? startTime = default, Microsoft.Rest.Azure.CloudError error = default, Microsoft.Azure.Management.DataBox.Models.JobDetails details = default, string cancellationReason = default, Microsoft.Azure.Management.DataBox.Models.JobDeliveryType? deliveryType = default, Microsoft.Azure.Management.DataBox.Models.JobDeliveryInfo deliveryInfo = default, bool? isCancellableWithoutFee = default, string name = default, string id = default, string type = default, Microsoft.Azure.Management.DataBox.Models.SystemData systemData = default);
new Microsoft.Azure.Management.DataBox.Models.JobResource : string * Microsoft.Azure.Management.DataBox.Models.Sku * Microsoft.Azure.Management.DataBox.Models.TransferType * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataBox.Models.ResourceIdentity * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * Nullable<DateTime> * Microsoft.Rest.Azure.CloudError * Microsoft.Azure.Management.DataBox.Models.JobDetails * string * Nullable<Microsoft.Azure.Management.DataBox.Models.JobDeliveryType> * Microsoft.Azure.Management.DataBox.Models.JobDeliveryInfo * Nullable<bool> * string * string * string * Microsoft.Azure.Management.DataBox.Models.SystemData -> Microsoft.Azure.Management.DataBox.Models.JobResource
Public Sub New (location As String, sku As Sku, transferType As TransferType, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceIdentity = Nothing, Optional isCancellable As Nullable(Of Boolean) = Nothing, Optional isDeletable As Nullable(Of Boolean) = Nothing, Optional isShippingAddressEditable As Nullable(Of Boolean) = Nothing, Optional isPrepareToShipEnabled As Nullable(Of Boolean) = Nothing, Optional status As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional error As CloudError = Nothing, Optional details As JobDetails = Nothing, Optional cancellationReason As String = Nothing, Optional deliveryType As Nullable(Of JobDeliveryType) = Nothing, Optional deliveryInfo As JobDeliveryInfo = Nothing, Optional isCancellableWithoutFee As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing)
Paramètres
- location
- String
Emplacement de la ressource. Il s’agit de l’une des régions Azure prises en charge et inscrites (par exemple, USA Ouest, USA Est, Asie Sud-Est, etc.). La région d’une ressource ne peut pas être modifiée une fois qu’elle est créée, mais si une région identique est spécifiée lors de la mise à jour, la demande réussit.
- sku
- Sku
Type de référence SKU.
- transferType
- TransferType
Type de transfert de données. Les valeurs possibles sont les suivantes : « ImportToAzure », « ExportFromAzure »
- tags
- IDictionary<String,String>
Liste des paires clé-valeur qui décrivent la ressource. Ces balises peuvent servir à l’affichage et au regroupement des ressources (parmi tous les groupes de ressources).
- identity
- ResourceIdentity
Identité MSI de la ressource
Indique si l’adresse d’expédition est modifiable ou non.
La préparation à l’expédition est-elle activée sur ce travail
- status
- String
Nom de l’étape en cours. Les valeurs possibles sont les suivantes : « DeviceOrdered », « DevicePrepared », « Dispatched », « Delivered », « PickedUp », « AtAzureDC », « DataCopy », « Completed », 'CompletedWithErrors', 'Cancelled', 'Failed_IssueReportedAtCustomer', 'Failed_IssueDetectedAtAzureDC', 'Aborted', 'CompletedWithWarnings', 'ReadyToDispatchFromAzureDC', 'ReadyToReceiveAtAzureDC', 'Created', 'ShippedToAzureDC', 'A waitingShipmentDetails', 'PreparingToShipFromAzureDC', 'ShippedToCustomer'
- error
- CloudError
Erreur de niveau supérieur pour le travail.
- details
- JobDetails
Détails d’une exécution de travail. Ce champ sera envoyé uniquement pour le filtre de détails de développement.
- cancellationReason
- String
Motif de l’annulation.
- deliveryType
- Nullable<JobDeliveryType>
Type de livraison du travail. Les valeurs possibles sont les suivantes : « Non planifié », « Planifié »
- deliveryInfo
- JobDeliveryInfo
Informations de remise du travail.
Indicateur pour indiquer l’annulation du travail planifié.
- name
- String
Nom de l'objet.
- id
- String
ID de l’objet.
- type
- String
Type de l'objet.
- systemData
- SystemData
Métadonnées relatives à la création et à la dernière modification de la ressource.
S’applique à
Azure SDK for .NET