Class ServicePrincipalsGetAvailableExtensionPropertiesRequestBody
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.ServicePrincipalsGetAvailableExtensionPropertiesRequestBody
-
public final class ServicePrincipalsGetAvailableExtensionPropertiesRequestBody extends Object
The ServicePrincipalsGetAvailableExtensionPropertiesRequestBody model.
-
-
Constructor Summary
Constructors Constructor Description ServicePrincipalsGetAvailableExtensionPropertiesRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Dictionary of <any>.Boolean
isSyncedFromOnPremises()
Get the isSyncedFromOnPremises property: The isSyncedFromOnPremises property.void
validate()
Validates the instance.ServicePrincipalsGetAvailableExtensionPropertiesRequestBody
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.ServicePrincipalsGetAvailableExtensionPropertiesRequestBody
withIsSyncedFromOnPremises(Boolean isSyncedFromOnPremises)
Set the isSyncedFromOnPremises property: The isSyncedFromOnPremises property.
-
-
-
Method Detail
-
isSyncedFromOnPremises
public Boolean isSyncedFromOnPremises()
Get the isSyncedFromOnPremises property: The isSyncedFromOnPremises property.- Returns:
- the isSyncedFromOnPremises value.
-
withIsSyncedFromOnPremises
public ServicePrincipalsGetAvailableExtensionPropertiesRequestBody withIsSyncedFromOnPremises(Boolean isSyncedFromOnPremises)
Set the isSyncedFromOnPremises property: The isSyncedFromOnPremises property.- Parameters:
isSyncedFromOnPremises
- the isSyncedFromOnPremises value to set.- Returns:
- the ServicePrincipalsGetAvailableExtensionPropertiesRequestBody object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Dictionary of <any>.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public ServicePrincipalsGetAvailableExtensionPropertiesRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the ServicePrincipalsGetAvailableExtensionPropertiesRequestBody object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-