DiskEncryptionSetResource.GetAssociatedResources(CancellationToken) 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.
Lists all resources that are encrypted with this disk encryption set.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}/associatedResources
- Operation Id: DiskEncryptionSets_ListAssociatedResources
- Default Api Version: 2024-03-02
- Resource: DiskEncryptionSetResource
public virtual Azure.Pageable<string> GetAssociatedResources (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAssociatedResources : System.Threading.CancellationToken -> Azure.Pageable<string>
override this.GetAssociatedResources : System.Threading.CancellationToken -> Azure.Pageable<string>
Public Overridable Function GetAssociatedResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of String)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of String that may take multiple service requests to iterate over.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET