VirtualEnclavesExtensions.GetVirtualEnclaveCommunityEndpoints 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.
List CommunityEndpointResource resources by subscription ID
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Mission/communities/{communityName}/communityEndpoints
- Operation Id: CommunityEndpointResource_ListBySubscription
- Default Api Version: 2025-05-01-preview
- Resource: VirtualEnclaveCommunityEndpointResource
public static Azure.Pageable<Azure.ResourceManager.VirtualEnclaves.VirtualEnclaveCommunityEndpointResource> GetVirtualEnclaveCommunityEndpoints(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string communityName, System.Threading.CancellationToken cancellationToken = default);
static member GetVirtualEnclaveCommunityEndpoints : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.VirtualEnclaves.VirtualEnclaveCommunityEndpointResource>
<Extension()>
Public Function GetVirtualEnclaveCommunityEndpoints (subscriptionResource As SubscriptionResource, communityName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualEnclaveCommunityEndpointResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- communityName
- String
The name of the communityResource Resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of VirtualEnclaveCommunityEndpointResource that may take multiple service requests to iterate over.
Exceptions
communityName is an empty string, and was expected to be non-empty.
subscriptionResource or communityName is null.