AvailablePrivateEndpointTypesOperations interface

Interface representing a AvailablePrivateEndpointTypes operations.

Properties

list

Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.

listByResourceGroup

Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.

Property Details

list

Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.

list: (location: string, options?: AvailablePrivateEndpointTypesListOptionalParams) => PagedAsyncIterableIterator<AvailablePrivateEndpointType, AvailablePrivateEndpointType[], PageSettings>

Property Value

(location: string, options?: AvailablePrivateEndpointTypesListOptionalParams) => PagedAsyncIterableIterator<AvailablePrivateEndpointType, AvailablePrivateEndpointType[], PageSettings>

listByResourceGroup

Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.

listByResourceGroup: (resourceGroupName: string, location: string, options?: AvailablePrivateEndpointTypesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AvailablePrivateEndpointType, AvailablePrivateEndpointType[], PageSettings>

Property Value

(resourceGroupName: string, location: string, options?: AvailablePrivateEndpointTypesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AvailablePrivateEndpointType, AvailablePrivateEndpointType[], PageSettings>