OfficeConsentsClient Interface
public interface OfficeConsentsClient
An instance of this class provides access to all the operations defined in OfficeConsentsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void |
delete(String resourceGroupName, String workspaceName, String consentId)
Delete the office365 consent. |
| abstract Response<Void> |
deleteWithResponse(String resourceGroupName, String workspaceName, String consentId, Context context)
Delete the office365 consent. |
|
abstract
Office |
get(String resourceGroupName, String workspaceName, String consentId)
Gets an office365 consent. |
|
abstract
Response<Office |
getWithResponse(String resourceGroupName, String workspaceName, String consentId, Context context)
Gets an office365 consent. |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName)
Gets all office365 consents. |
|
abstract
Paged |
list(String resourceGroupName, String workspaceName, Context context)
Gets all office365 consents. |
Method Details
delete
public abstract void delete(String resourceGroupName, String workspaceName, String consentId)
Delete the office365 consent.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String consentId, Context context)
Delete the office365 consent.
Parameters:
Returns:
get
public abstract OfficeConsentInner get(String resourceGroupName, String workspaceName, String consentId)
Gets an office365 consent.
Parameters:
Returns:
getWithResponse
public abstract Response<OfficeConsentInner> getWithResponse(String resourceGroupName, String workspaceName, String consentId, Context context)
Gets an office365 consent.
Parameters:
Returns:
list
public abstract PagedIterable<OfficeConsentInner> list(String resourceGroupName, String workspaceName)
Gets all office365 consents.
Parameters:
Returns:
list
public abstract PagedIterable<OfficeConsentInner> list(String resourceGroupName, String workspaceName, Context context)
Gets all office365 consents.
Parameters:
Returns: