ArmSecurityCenterModelFactory.DevOpsCapability(String, String) 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.
public static Azure.ResourceManager.SecurityCenter.Models.DevOpsCapability DevOpsCapability(string name = default, string value = default);
static member DevOpsCapability : string * string -> Azure.ResourceManager.SecurityCenter.Models.DevOpsCapability
Public Shared Function DevOpsCapability (Optional name As String = Nothing, Optional value As String = Nothing) As DevOpsCapability
Parameters
- name
- String
Gets the name of the DevOps capability.
- value
- String
Gets the value of the DevOps capability.
Returns
A new DevOpsCapability instance for mocking.