Uses of Class
com.azure.resourcemanager.network.fluent.models.GenerateExpressRoutePortsLoaResultInner
-
Packages that use GenerateExpressRoutePortsLoaResultInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of GenerateExpressRoutePortsLoaResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return GenerateExpressRoutePortsLoaResultInner Modifier and Type Method Description GenerateExpressRoutePortsLoaResultInnerExpressRoutePortsClient. generateLoa(String resourceGroupName, String expressRoutePortName, GenerateExpressRoutePortsLoaRequest request)Generate a letter of authorization for the requested ExpressRoutePort resource.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type GenerateExpressRoutePortsLoaResultInner Modifier and Type Method Description Mono<GenerateExpressRoutePortsLoaResultInner>ExpressRoutePortsClient. generateLoaAsync(String resourceGroupName, String expressRoutePortName, GenerateExpressRoutePortsLoaRequest request)Generate a letter of authorization for the requested ExpressRoutePort resource.com.azure.core.http.rest.Response<GenerateExpressRoutePortsLoaResultInner>ExpressRoutePortsClient. generateLoaWithResponse(String resourceGroupName, String expressRoutePortName, GenerateExpressRoutePortsLoaRequest request, com.azure.core.util.Context context)Generate a letter of authorization for the requested ExpressRoutePort resource.Mono<com.azure.core.http.rest.Response<GenerateExpressRoutePortsLoaResultInner>>ExpressRoutePortsClient. generateLoaWithResponseAsync(String resourceGroupName, String expressRoutePortName, GenerateExpressRoutePortsLoaRequest request)Generate a letter of authorization for the requested ExpressRoutePort resource. -
Uses of GenerateExpressRoutePortsLoaResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return GenerateExpressRoutePortsLoaResultInner Modifier and Type Method Description GenerateExpressRoutePortsLoaResultInnerGenerateExpressRoutePortsLoaResultInner. withEncodedContent(String encodedContent)Set the encodedContent property: The content as a base64 encoded string.
-