Uses of Class
com.azure.resourcemanager.servicebus.models.PrivateLinkResource
Packages that use PrivateLinkResource
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of PrivateLinkResource in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return types with arguments of type PrivateLinkResourceModifier and TypeMethodDescriptionPrivateLinkResourcesListResultInner.value()Get the value property: A collection of private link resources.Method parameters in com.azure.resourcemanager.servicebus.fluent.models with type arguments of type PrivateLinkResourceModifier and TypeMethodDescriptionPrivateLinkResourcesListResultInner.withValue(List<PrivateLinkResource> value) Set the value property: A collection of private link resources. -
Uses of PrivateLinkResource in com.azure.resourcemanager.servicebus.models
Classes in com.azure.resourcemanager.servicebus.models that implement interfaces with type arguments of type PrivateLinkResourceModifier and TypeClassDescriptionfinal classInformation of the private link resource.Methods in com.azure.resourcemanager.servicebus.models that return PrivateLinkResourceModifier and TypeMethodDescriptionstatic PrivateLinkResourcePrivateLinkResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResource from the JsonReader.PrivateLinkResource.withGroupId(String groupId) Set the groupId property: The groupId property.Set the id property: Fully qualified identifier of the resource.Set the name property: Name of the resource.PrivateLinkResource.withRequiredMembers(List<String> requiredMembers) Set the requiredMembers property: Required Members.PrivateLinkResource.withRequiredZoneNames(List<String> requiredZoneNames) Set the requiredZoneNames property: Required Zone Names.Set the type property: Type of the resource.