ManagedInstancePrivateLinkResourcesOperations interface

Interfaccia che rappresenta un'operazione ManagedInstancePrivateLinkResources.

Proprietà

get

Ottiene una risorsa di link privato per SQL Server.

listByManagedInstance

Ottiene le risorse di collegamento privato per SQL Server.

Dettagli proprietà

get

Ottiene una risorsa di link privato per SQL Server.

get: (resourceGroupName: string, managedInstanceName: string, groupName: string, options?: ManagedInstancePrivateLinkResourcesGetOptionalParams) => Promise<ManagedInstancePrivateLink>

Valore della proprietà

(resourceGroupName: string, managedInstanceName: string, groupName: string, options?: ManagedInstancePrivateLinkResourcesGetOptionalParams) => Promise<ManagedInstancePrivateLink>

listByManagedInstance

Ottiene le risorse di collegamento privato per SQL Server.

listByManagedInstance: (resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancePrivateLinkResourcesListByManagedInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstancePrivateLink, ManagedInstancePrivateLink[], PageSettings>

Valore della proprietà

(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancePrivateLinkResourcesListByManagedInstanceOptionalParams) => PagedAsyncIterableIterator<ManagedInstancePrivateLink, ManagedInstancePrivateLink[], PageSettings>