Share via


MockableVirtualEnclavesSubscriptionResource.GetVirtualEnclaveCommunityEndpoints Method

Definition

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 virtual Azure.Pageable<Azure.ResourceManager.VirtualEnclaves.VirtualEnclaveCommunityEndpointResource> GetVirtualEnclaveCommunityEndpoints(string communityName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualEnclaveCommunityEndpoints : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.VirtualEnclaves.VirtualEnclaveCommunityEndpointResource>
override this.GetVirtualEnclaveCommunityEndpoints : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.VirtualEnclaves.VirtualEnclaveCommunityEndpointResource>
Public Overridable Function GetVirtualEnclaveCommunityEndpoints (communityName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualEnclaveCommunityEndpointResource)

Parameters

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.

communityName is null.

Applies to