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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET