public interface AfdOriginGroupsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> |
beginCreate(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> |
beginCreate(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup,
com.azure.core.util.Context context)
Creates a new origin group within the specified profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> |
beginCreateAsync(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String originGroupName)
Deletes an existing origin group within a profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String originGroupName,
com.azure.core.util.Context context)
Deletes an existing origin group within a profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String profileName,
String originGroupName)
Deletes an existing origin group within a profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> |
beginUpdate(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within a profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> |
beginUpdate(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupUpdateParameters originGroupUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin group within a profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> |
beginUpdateAsync(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within a profile.
|
AfdOriginGroupInner |
create(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
AfdOriginGroupInner |
create(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup,
com.azure.core.util.Context context)
Creates a new origin group within the specified profile.
|
Mono<AfdOriginGroupInner> |
createAsync(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupInner originGroup)
Creates a new origin group within the specified profile.
|
void |
delete(String resourceGroupName,
String profileName,
String originGroupName)
Deletes an existing origin group within a profile.
|
void |
delete(String resourceGroupName,
String profileName,
String originGroupName,
com.azure.core.util.Context context)
Deletes an existing origin group within a profile.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String profileName,
String originGroupName)
Deletes an existing origin group within a profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName)
Deletes an existing origin group within a profile.
|
AfdOriginGroupInner |
get(String resourceGroupName,
String profileName,
String originGroupName)
Gets an existing origin group within a profile.
|
Mono<AfdOriginGroupInner> |
getAsync(String resourceGroupName,
String profileName,
String originGroupName)
Gets an existing origin group within a profile.
|
com.azure.core.http.rest.Response<AfdOriginGroupInner> |
getWithResponse(String resourceGroupName,
String profileName,
String originGroupName,
com.azure.core.util.Context context)
Gets an existing origin group within a profile.
|
Mono<com.azure.core.http.rest.Response<AfdOriginGroupInner>> |
getWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName)
Gets an existing origin group within a profile.
|
com.azure.core.http.rest.PagedIterable<AfdOriginGroupInner> |
listByProfile(String resourceGroupName,
String profileName)
Lists all of the existing origin groups within a profile.
|
com.azure.core.http.rest.PagedIterable<AfdOriginGroupInner> |
listByProfile(String resourceGroupName,
String profileName,
com.azure.core.util.Context context)
Lists all of the existing origin groups within a profile.
|
com.azure.core.http.rest.PagedFlux<AfdOriginGroupInner> |
listByProfileAsync(String resourceGroupName,
String profileName)
Lists all of the existing origin groups within a profile.
|
com.azure.core.http.rest.PagedIterable<UsageInner> |
listResourceUsage(String resourceGroupName,
String profileName,
String originGroupName)
Checks the quota and actual usage of endpoints under the given CDN profile.
|
com.azure.core.http.rest.PagedIterable<UsageInner> |
listResourceUsage(String resourceGroupName,
String profileName,
String originGroupName,
com.azure.core.util.Context context)
Checks the quota and actual usage of endpoints under the given CDN profile.
|
com.azure.core.http.rest.PagedFlux<UsageInner> |
listResourceUsageAsync(String resourceGroupName,
String profileName,
String originGroupName)
Checks the quota and actual usage of endpoints under the given CDN profile.
|
AfdOriginGroupInner |
update(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within a profile.
|
AfdOriginGroupInner |
update(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupUpdateParameters originGroupUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin group within a profile.
|
Mono<AfdOriginGroupInner> |
updateAsync(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within a profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String profileName,
String originGroupName,
AfdOriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within a profile.
|
com.azure.core.http.rest.PagedFlux<AfdOriginGroupInner> listByProfileAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AfdOriginGroupInner> listByProfile(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AfdOriginGroupInner> listByProfile(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AfdOriginGroupInner>> getWithResponseAsync(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AfdOriginGroupInner> getAsync(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdOriginGroupInner get(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AfdOriginGroupInner> getWithResponse(String resourceGroupName, String profileName, String originGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginCreateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginCreate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AfdOriginGroupInner> createAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdOriginGroupInner create(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdOriginGroupInner create(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupInner originGroup, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.originGroup - Origin group properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originGroupUpdateProperties - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginUpdateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originGroupUpdateProperties - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originGroupUpdateProperties - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner> beginUpdate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originGroupUpdateProperties - Origin group properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AfdOriginGroupInner> updateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originGroupUpdateProperties - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdOriginGroupInner update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originGroupUpdateProperties - Origin group properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdOriginGroupInner update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.originGroupUpdateProperties - Origin group properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String originGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String profileName, String originGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the profile.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<UsageInner> listResourceUsageAsync(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, String originGroupName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, String originGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.originGroupName - Name of the origin group which is unique within the endpoint.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.