Uses of Class
com.azure.resourcemanager.network.models.ResourceNavigationLink
-
Packages that use ResourceNavigationLink Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ResourceNavigationLink in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ResourceNavigationLink Modifier and Type Method Description List<ResourceNavigationLink>SubnetInner. resourceNavigationLinks()Get the resourceNavigationLinks property: An array of references to the external resources using subnet.List<ResourceNavigationLink>SubnetPropertiesFormatInner. resourceNavigationLinks()Get the resourceNavigationLinks property: An array of references to the external resources using subnet.List<ResourceNavigationLink>ResourceNavigationLinksListResultInner. value()Get the value property: The resource navigation links in a subnet.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ResourceNavigationLink Modifier and Type Method Description ResourceNavigationLinksListResultInnerResourceNavigationLinksListResultInner. withValue(List<ResourceNavigationLink> value)Set the value property: The resource navigation links in a subnet. -
Uses of ResourceNavigationLink in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ResourceNavigationLink Modifier and Type Method Description ResourceNavigationLinkResourceNavigationLink. withId(String id)ResourceNavigationLinkResourceNavigationLink. withLink(String link)Set the link property: Link to the external resource.ResourceNavigationLinkResourceNavigationLink. withLinkedResourceType(String linkedResourceType)Set the linkedResourceType property: Resource type of the linked resource.ResourceNavigationLinkResourceNavigationLink. withName(String name)Set the name property: Name of the resource that is unique within a resource group.
-