Class ApplicationsCheckMemberObjectsRequestBody
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.ApplicationsCheckMemberObjectsRequestBody
The ApplicationsCheckMemberObjectsRequestBody model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationsCheckMemberObjectsRequestBody class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Dictionary of <AnyObject>.ids()Get the ids property: The ids property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Dictionary of <AnyObject>.Set the ids property: The ids property.
-
Constructor Details
-
ApplicationsCheckMemberObjectsRequestBody
public ApplicationsCheckMemberObjectsRequestBody()Creates an instance of ApplicationsCheckMemberObjectsRequestBody class.
-
-
Method Details
-
ids
Get the ids property: The ids property.- Returns:
- the ids value.
-
withIds
Set the ids property: The ids property.- Parameters:
ids- the ids value to set.- Returns:
- the ApplicationsCheckMemberObjectsRequestBody object itself.
-
additionalProperties
Get the additionalProperties property: Dictionary of <AnyObject>.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public ApplicationsCheckMemberObjectsRequestBody withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Dictionary of <AnyObject>.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the ApplicationsCheckMemberObjectsRequestBody object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-