Uses of Class
com.azure.resourcemanager.eventgrid.fluent.models.PrivateLinkResourceInner
-
Packages that use PrivateLinkResourceInner Package Description com.azure.resourcemanager.eventgrid.fluent Package containing the service clients for EventGridManagementClient.com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.eventgrid.fluent
Methods in com.azure.resourcemanager.eventgrid.fluent that return PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerPrivateLinkResourcesClient. get(String resourceGroupName, String parentType, String parentName, String privateLinkResourceName)Get properties of a private link resource.Methods in com.azure.resourcemanager.eventgrid.fluent that return types with arguments of type PrivateLinkResourceInner Modifier and Type Method Description com.azure.core.http.rest.Response<PrivateLinkResourceInner>PrivateLinkResourcesClient. 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<PrivateLinkResourceInner>PrivateLinkResourcesClient. listByResource(String resourceGroupName, String parentType, String parentName)List all the private link resources under a topic or domain.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>PrivateLinkResourcesClient. 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. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerPrivateLinkResourceInner. withDisplayName(String displayName)Set the displayName property: The displayName property.PrivateLinkResourceInnerPrivateLinkResourceInner. withGroupId(String groupId)Set the groupId property: The groupId property.PrivateLinkResourceInnerPrivateLinkResourceInner. withId(String id)Set the id property: Fully qualified identifier of the resource.PrivateLinkResourceInnerPrivateLinkResourceInner. withName(String name)Set the name property: Name of the resource.PrivateLinkResourceInnerPrivateLinkResourceInner. withRequiredMembers(List<String> requiredMembers)Set the requiredMembers property: The requiredMembers property.PrivateLinkResourceInnerPrivateLinkResourceInner. withRequiredZoneNames(List<String> requiredZoneNames)Set the requiredZoneNames property: The requiredZoneNames property.PrivateLinkResourceInnerPrivateLinkResourceInner. withType(String type)Set the type property: Type of the resource. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourceInnerPrivateLinkResource. innerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PrivateLinkResourceInner object.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type PrivateLinkResourceInner Modifier and Type Method Description List<PrivateLinkResourceInner>PrivateLinkResourcesListResult. value()Get the value property: A collection of private link resources.Method parameters in com.azure.resourcemanager.eventgrid.models with type arguments of type PrivateLinkResourceInner Modifier and Type Method Description PrivateLinkResourcesListResultPrivateLinkResourcesListResult. withValue(List<PrivateLinkResourceInner> value)Set the value property: A collection of private link resources.
-