ArmDevTestLabsModelFactory.DevTestLabResourceCost Méthode
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.
Initialise une nouvelle instance de DevTestLabResourceCost.
public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabResourceCost DevTestLabResourceCost (string resourceName = default, string resourceUniqueId = default, double? resourceCost = default, string resourceType = default, string resourceOwner = default, string resourcePricingTier = default, string resourceStatus = default, string resourceId = default, string externalResourceId = default);
static member DevTestLabResourceCost : string * string * Nullable<double> * string * string * string * string * string * string -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabResourceCost
Public Shared Function DevTestLabResourceCost (Optional resourceName As String = Nothing, Optional resourceUniqueId As String = Nothing, Optional resourceCost As Nullable(Of Double) = Nothing, Optional resourceType As String = Nothing, Optional resourceOwner As String = Nothing, Optional resourcePricingTier As String = Nothing, Optional resourceStatus As String = Nothing, Optional resourceId As String = Nothing, Optional externalResourceId As String = Nothing) As DevTestLabResourceCost
Paramètres
- resourceName
- String
Nom de la ressource.
- resourceUniqueId
- String
Identificateur unique de la ressource.
- resourceType
- String
Type de ressource logique (par exemple virtualmachine, storageaccount).
- resourceOwner
- String
Propriétaire de la ressource (par exemple janedoe@microsoft.com).
- resourcePricingTier
- String
Catégorie de la ressource (par exemple, Premium_LRS, Standard_DS1).
- resourceStatus
- String
Status de la ressource (par exemple, Active).
- resourceId
- String
ID de la ressource.
- externalResourceId
- String
ID de la ressource externe.
Retours
Une nouvelle DevTestLabResourceCost instance pour se moquer.
S’applique à
Azure SDK for .NET