ArmDevOpsInfrastructureModelFactory.DevOpsResourceDetailsProperties Method
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.
Initializes a new instance of DevOpsResourceDetailsProperties.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsResourceDetailsProperties DevOpsResourceDetailsProperties(Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsResourceStatus status = default, string image = default, string imageVersion = default);
static member DevOpsResourceDetailsProperties : Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsResourceStatus * string * string -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsResourceDetailsProperties
Public Shared Function DevOpsResourceDetailsProperties (Optional status As DevOpsResourceStatus = Nothing, Optional image As String = Nothing, Optional imageVersion As String = Nothing) As DevOpsResourceDetailsProperties
Parameters
- status
- DevOpsResourceStatus
The status of the resource.
- image
- String
The image name of the resource.
- imageVersion
- String
The version of the image running on the resource.
Returns
A new DevOpsResourceDetailsProperties instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET