PrivateLinkResources interface
Interfaz que representa un privateLinkResources.
Métodos
| get(string, string, string, Private |
Obtención del recurso private link en el área de trabajo |
| list(string, string, Private |
Obtención de todos los recursos de private link para las áreas de trabajo |
Detalles del método
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Obtención del recurso private link en el área de trabajo
function get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.
- workspaceName
-
string
Nombre del área de trabajo.
- privateLinkResourceName
-
string
Nombre del recurso private link
Parámetros de opciones.
Devoluciones
Promise<PrivateLinkResource>
list(string, string, PrivateLinkResourcesListOptionalParams)
Obtención de todos los recursos de private link para las áreas de trabajo
function list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.
- workspaceName
-
string
Nombre del área de trabajo.
Parámetros de opciones.