AssessmentsMetadataOperationsExtensions.CreateInSubscription 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.
Create metadata information on an assessment type in a specific subscription
public static Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataResponse CreateInSubscription(this Microsoft.Azure.Management.Security.IAssessmentsMetadataOperations operations, string assessmentMetadataName, Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataResponse assessmentMetadata);
static member CreateInSubscription : Microsoft.Azure.Management.Security.IAssessmentsMetadataOperations * string * Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataResponse -> Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataResponse
<Extension()>
Public Function CreateInSubscription (operations As IAssessmentsMetadataOperations, assessmentMetadataName As String, assessmentMetadata As SecurityAssessmentMetadataResponse) As SecurityAssessmentMetadataResponse
Parameters
- operations
- IAssessmentsMetadataOperations
The operations group for this extension method.
- assessmentMetadataName
- String
The Assessment Key - Unique key for the assessment type
- assessmentMetadata
- SecurityAssessmentMetadataResponse