Esempio n. 1
0
 /// <summary>
 /// Returns all of the resource types that can be linked to a Private Endpoint
 /// in this subscription in this region.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='location'>
 /// The location of the domain name.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IPage <AvailablePrivateEndpointType> > ListAsync(this IAvailableResourceGroupPrivateEndpointTypesOperations operations, string location, string resourceGroupName, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.ListWithHttpMessagesAsync(location, resourceGroupName, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Esempio n. 2
0
 /// <summary>
 /// Returns all of the resource types that can be linked to a Private Endpoint
 /// in this subscription in this region.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextPageLink'>
 /// The NextLink from the previous successful call to List operation.
 /// </param>
 public static IPage <AvailablePrivateEndpointType> ListNext(this IAvailableResourceGroupPrivateEndpointTypesOperations operations, string nextPageLink)
 {
     return(operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult());
 }
Esempio n. 3
0
 /// <summary>
 /// Returns all of the resource types that can be linked to a Private Endpoint
 /// in this subscription in this region.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='location'>
 /// The location of the domain name.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 public static IPage <AvailablePrivateEndpointType> List(this IAvailableResourceGroupPrivateEndpointTypesOperations operations, string location, string resourceGroupName)
 {
     return(operations.ListAsync(location, resourceGroupName).GetAwaiter().GetResult());
 }