Tenant - Updates the name of a tenant
Please enter a valid token
Enter the ID of an existing tenant.
Enter the updated name of the tenant.
The requested API version
1.0Success: Tenant name updated successfully.
Class for storing details about tenant.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the tenantId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the tenantName property.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the servicePrincipalProfileId property.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the capacityId property.
A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the DefaultThemeId property.
nullA public property of string type that has both a getter and a setter method, which allows for getting and setting the value of the TenantExportConfig property.
""Not Found: Indicates that the requested tenant does not exist.
Internal Server Error: An unexpected error occurred or a server timeout.
Last updated