ComponentLinkedStorageAccountResource.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update linked storage accounts for an Application Insights component.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
- Operation Id: ComponentLinkedStorageAccounts_Update
- Default Api Version: 2020-03-01-preview
- Resource: ComponentLinkedStorageAccountResource
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource> Update (Azure.ResourceManager.ApplicationInsights.Models.ComponentLinkedStorageAccountPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ApplicationInsights.Models.ComponentLinkedStorageAccountPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>
override this.Update : Azure.ResourceManager.ApplicationInsights.Models.ComponentLinkedStorageAccountPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountResource>
Public Overridable Function Update (patch As ComponentLinkedStorageAccountPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ComponentLinkedStorageAccountResource)
Parameters
Properties that need to be specified to update a linked storage accounts for an Application Insights component.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
patch
is null.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET