ArmDataBoxModelFactory.MitigateJobContent 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 MitigateJobContent.
public static Azure.ResourceManager.DataBox.Models.MitigateJobContent MitigateJobContent(Azure.ResourceManager.DataBox.Models.CustomerResolutionCode customerResolutionCode = Azure.ResourceManager.DataBox.Models.CustomerResolutionCode.None, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DataBox.Models.CustomerResolutionCode> serialNumberCustomerResolutionMap = default);
static member MitigateJobContent : Azure.ResourceManager.DataBox.Models.CustomerResolutionCode * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DataBox.Models.CustomerResolutionCode> -> Azure.ResourceManager.DataBox.Models.MitigateJobContent
Public Shared Function MitigateJobContent (Optional customerResolutionCode As CustomerResolutionCode = Azure.ResourceManager.DataBox.Models.CustomerResolutionCode.None, Optional serialNumberCustomerResolutionMap As IDictionary(Of String, CustomerResolutionCode) = Nothing) As MitigateJobContent
Parameters
- customerResolutionCode
- CustomerResolutionCode
Resolution code for the job.
- serialNumberCustomerResolutionMap
- IDictionary<String,CustomerResolutionCode>
Serial number and the customer resolution code corresponding to each serial number.
Returns
A new MitigateJobContent instance for mocking.