AvailablePrivateEndpointTypesOperations.ListByResourceGroup(String, String, 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.
Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.
public virtual Azure.Pageable<Azure.ResourceManager.Network.Models.AvailablePrivateEndpointType> ListByResourceGroup (string location, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByResourceGroup : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.AvailablePrivateEndpointType>
override this.ListByResourceGroup : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.AvailablePrivateEndpointType>
Public Overridable Function ListByResourceGroup (location As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AvailablePrivateEndpointType)
Parameters
- location
- System.String
The location of the domain name.
- resourceGroupName
- System.String
The name of the resource group.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
Exceptions
System.ArgumentNullException
location
or resourceGroupName
is null.