AvailablePrivateEndpointTypes interface
Interface representing a AvailablePrivateEndpointTypes.
Methods
list(string, Available |
Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region. |
list |
Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region. |
Method Details
list(string, AvailablePrivateEndpointTypesListOptionalParams)
Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.
function list(location: string, options?: AvailablePrivateEndpointTypesListOptionalParams): PagedAsyncIterableIterator<AvailablePrivateEndpointType, AvailablePrivateEndpointType[], PageSettings>
Parameters
- location
-
string
The location of the domain name.
The options parameters.
Returns
listByResourceGroup(string, string, AvailablePrivateEndpointTypesListByResourceGroupOptionalParams)
Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.
function listByResourceGroup(location: string, resourceGroupName: string, options?: AvailablePrivateEndpointTypesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AvailablePrivateEndpointType, AvailablePrivateEndpointType[], PageSettings>
Parameters
- location
-
string
The location of the domain name.
- resourceGroupName
-
string
The name of the resource group.
The options parameters.