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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET