Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteLinkInner
Packages that use ExpressRouteLinkInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteLinkInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteLinkInnerModifier and TypeMethodDescriptionRetrieves the specified ExpressRouteLink resource.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteLinkInnerModifier and TypeMethodDescriptionExpressRouteLinksClient.getAsync(String resourceGroupName, String expressRoutePortName, String linkName) Retrieves the specified ExpressRouteLink resource.com.azure.core.http.rest.Response<ExpressRouteLinkInner> ExpressRouteLinksClient.getWithResponse(String resourceGroupName, String expressRoutePortName, String linkName, com.azure.core.util.Context context) Retrieves the specified ExpressRouteLink resource.Mono<com.azure.core.http.rest.Response<ExpressRouteLinkInner>> ExpressRouteLinksClient.getWithResponseAsync(String resourceGroupName, String expressRoutePortName, String linkName) Retrieves the specified ExpressRouteLink resource.com.azure.core.http.rest.PagedIterable<ExpressRouteLinkInner> Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.com.azure.core.http.rest.PagedIterable<ExpressRouteLinkInner> ExpressRouteLinksClient.list(String resourceGroupName, String expressRoutePortName, com.azure.core.util.Context context) Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.com.azure.core.http.rest.PagedFlux<ExpressRouteLinkInner> Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource. -
Uses of ExpressRouteLinkInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteLinkInnerModifier and TypeMethodDescriptionstatic ExpressRouteLinkInnerExpressRouteLinkInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteLinkInner from the JsonReader.ExpressRouteLinkInner.withAdminState(ExpressRouteLinkAdminState adminState) Set the adminState property: Administrative state of the physical port.ExpressRouteLinkInner.withMacSecConfig(ExpressRouteLinkMacSecConfig macSecConfig) Set the macSecConfig property: MacSec configuration.Set the name property: Name of child port resource that is unique among child port resources of the parent.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ExpressRouteLinkInnerModifier and TypeMethodDescriptionExpressRoutePortInner.links()Get the links property: The set of physical links of the ExpressRoutePort resource.ExpressRoutePortPropertiesFormat.links()Get the links property: The set of physical links of the ExpressRoutePort resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ExpressRouteLinkInnerModifier and TypeMethodDescriptionExpressRoutePortInner.withLinks(List<ExpressRouteLinkInner> links) Set the links property: The set of physical links of the ExpressRoutePort resource.ExpressRoutePortPropertiesFormat.withLinks(List<ExpressRouteLinkInner> links) Set the links property: The set of physical links of the ExpressRoutePort resource. -
Uses of ExpressRouteLinkInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteLinkInnerModifier and TypeMethodDescriptionExpressRouteLinkListResult.value()Get the value property: The list of ExpressRouteLink sub-resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ExpressRouteLinkInnerModifier and TypeMethodDescriptionExpressRouteLinkListResult.withValue(List<ExpressRouteLinkInner> value) Set the value property: The list of ExpressRouteLink sub-resources.