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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET