Class Office365ProjectCheckRequirementsProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.DataConnectorTenantId
com.azure.resourcemanager.securityinsights.fluent.models.Office365ProjectCheckRequirementsProperties
Office365 Project requirements check properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.withTenantId
(String tenantId) Set the tenantId property: The tenant id to connect to, and get the data from.Methods inherited from class com.azure.resourcemanager.securityinsights.models.DataConnectorTenantId
tenantId
-
Constructor Details
-
Office365ProjectCheckRequirementsProperties
public Office365ProjectCheckRequirementsProperties()
-
-
Method Details
-
withTenantId
Set the tenantId property: The tenant id to connect to, and get the data from.- Overrides:
withTenantId
in classDataConnectorTenantId
- Parameters:
tenantId
- the tenantId value to set.- Returns:
- the DataConnectorTenantId object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataConnectorTenantId
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-