Uses of Interface
com.azure.resourcemanager.eventgrid.models.PrivateLinkResource
-
Packages that use PrivateLinkResource Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of PrivateLinkResource in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return PrivateLinkResource Modifier and Type Method Description PrivateLinkResourcePrivateLinkResources. get(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)Get properties of a private link resource.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type PrivateLinkResource Modifier and Type Method Description com.azure.core.http.rest.Response<PrivateLinkResource>PrivateLinkResources. getWithResponse(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName, com.azure.core.util.Context context)Get properties of a private link resource.com.azure.core.http.rest.PagedIterable<PrivateLinkResource>PrivateLinkResources. listByResource(String resourceGroupName, String parentType, String parentName)List all the private link resources under a topic or domain.com.azure.core.http.rest.PagedIterable<PrivateLinkResource>PrivateLinkResources. listByResource(String resourceGroupName, String parentType, String parentName, String filter, Integer top, com.azure.core.util.Context context)List all the private link resources under a topic or domain.
-