AssessmentsMetadatas Interface
public interface AssessmentsMetadatas
Resource collection API of AssessmentsMetadatas.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Security |
| abstract void |
deleteInSubscription(String assessmentMetadataName)
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription. |
| abstract void |
deleteInSubscriptionById(String id)
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription. |
| abstract Response<Void> |
deleteInSubscriptionByIdWithResponse(String id, Context context)
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription. |
| abstract Response<Void> |
deleteInSubscriptionWithResponse(String assessmentMetadataName, Context context)
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription. |
|
abstract
Security |
get(String assessmentMetadataName)
Get metadata information on an assessment type. |
|
abstract
Security |
getInSubscription(String assessmentMetadataName)
Get metadata information on an assessment type in a specific subscription. |
|
abstract
Security |
getInSubscriptionById(String id)
Get metadata information on an assessment type in a specific subscription. |
|
abstract
Response<Security |
getInSubscriptionByIdWithResponse(String id, Context context)
Get metadata information on an assessment type in a specific subscription. |
|
abstract
Response<Security |
getInSubscriptionWithResponse(String assessmentMetadataName, Context context)
Get metadata information on an assessment type in a specific subscription. |
|
abstract
Response<Security |
getWithResponse(String assessmentMetadataName, Context context)
Get metadata information on an assessment type. |
|
abstract
Paged |
list()
Get metadata information on all assessment types. |
|
abstract
Paged |
list(Context context)
Get metadata information on all assessment types. |
|
abstract
Paged |
listBySubscription()
Get metadata information on all assessment types in a specific subscription. |
|
abstract
Paged |
listBySubscription(Context context)
Get metadata information on all assessment types in a specific subscription. |
Method Details
define
public abstract SecurityAssessmentMetadataResponse.DefinitionStages.Blank define(String name)
Begins definition for a new SecurityAssessmentMetadataResponse resource.
Parameters:
Returns:
deleteInSubscription
public abstract void deleteInSubscription(String assessmentMetadataName)
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription.
Parameters:
deleteInSubscriptionById
public abstract void deleteInSubscriptionById(String id)
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription.
Parameters:
deleteInSubscriptionByIdWithResponse
public abstract Response<Void> deleteInSubscriptionByIdWithResponse(String id, Context context)
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription.
Parameters:
Returns:
deleteInSubscriptionWithResponse
public abstract Response<Void> deleteInSubscriptionWithResponse(String assessmentMetadataName, Context context)
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription.
Parameters:
Returns:
get
public abstract SecurityAssessmentMetadataResponse get(String assessmentMetadataName)
Get metadata information on an assessment type.
Parameters:
Returns:
getInSubscription
public abstract SecurityAssessmentMetadataResponse getInSubscription(String assessmentMetadataName)
Get metadata information on an assessment type in a specific subscription.
Parameters:
Returns:
getInSubscriptionById
public abstract SecurityAssessmentMetadataResponse getInSubscriptionById(String id)
Get metadata information on an assessment type in a specific subscription.
Parameters:
Returns:
getInSubscriptionByIdWithResponse
public abstract Response<SecurityAssessmentMetadataResponse> getInSubscriptionByIdWithResponse(String id, Context context)
Get metadata information on an assessment type in a specific subscription.
Parameters:
Returns:
getInSubscriptionWithResponse
public abstract Response<SecurityAssessmentMetadataResponse> getInSubscriptionWithResponse(String assessmentMetadataName, Context context)
Get metadata information on an assessment type in a specific subscription.
Parameters:
Returns:
getWithResponse
public abstract Response<SecurityAssessmentMetadataResponse> getWithResponse(String assessmentMetadataName, Context context)
Get metadata information on an assessment type.
Parameters:
Returns:
list
public abstract PagedIterable<SecurityAssessmentMetadataResponse> list()
Get metadata information on all assessment types.
Returns:
list
public abstract PagedIterable<SecurityAssessmentMetadataResponse> list(Context context)
Get metadata information on all assessment types.
Parameters:
Returns:
listBySubscription
public abstract PagedIterable<SecurityAssessmentMetadataResponse> listBySubscription()
Get metadata information on all assessment types in a specific subscription.
Returns:
listBySubscription
public abstract PagedIterable<SecurityAssessmentMetadataResponse> listBySubscription(Context context)
Get metadata information on all assessment types in a specific subscription.
Parameters:
Returns: