Class MicrosoftGraphImage
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImage
image.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: image.height()Get the height property: Optional.voidvalidate()Validates the instance.width()Get the width property: Optional.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: image.withHeight(Integer height) Set the height property: Optional.Set the width property: Optional.
-
Constructor Details
-
MicrosoftGraphImage
public MicrosoftGraphImage()Creates an instance of MicrosoftGraphImage class.
-
-
Method Details
-
height
Get the height property: Optional. Height of the image, in pixels. Read-only.- Returns:
- the height value.
-
withHeight
Set the height property: Optional. Height of the image, in pixels. Read-only.- Parameters:
height- the height value to set.- Returns:
- the MicrosoftGraphImage object itself.
-
width
Get the width property: Optional. Width of the image, in pixels. Read-only.- Returns:
- the width value.
-
withWidth
Set the width property: Optional. Width of the image, in pixels. Read-only.- Parameters:
width- the width value to set.- Returns:
- the MicrosoftGraphImage object itself.
-
additionalProperties
Get the additionalProperties property: image.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: image.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphImage object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-