Uses of Class
com.azure.resourcemanager.network.fluent.models.ScopeConnectionInner
Packages that use ScopeConnectionInner
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 ScopeConnectionInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ScopeConnectionInnerModifier and TypeMethodDescriptionScopeConnectionsClient.createOrUpdate(String resourceGroupName, String networkManagerName, String scopeConnectionName, ScopeConnectionInner parameters) Creates or updates scope connection from Network Manager.ScopeConnectionsClient.get(String resourceGroupName, String networkManagerName, String scopeConnectionName) Get specified scope connection created by this Network Manager.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ScopeConnectionInnerModifier and TypeMethodDescriptionScopeConnectionsClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String scopeConnectionName, ScopeConnectionInner parameters) Creates or updates scope connection from Network Manager.com.azure.core.http.rest.Response<ScopeConnectionInner> ScopeConnectionsClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String scopeConnectionName, ScopeConnectionInner parameters, com.azure.core.util.Context context) Creates or updates scope connection from Network Manager.Mono<com.azure.core.http.rest.Response<ScopeConnectionInner>> ScopeConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String scopeConnectionName, ScopeConnectionInner parameters) Creates or updates scope connection from Network Manager.ScopeConnectionsClient.getAsync(String resourceGroupName, String networkManagerName, String scopeConnectionName) Get specified scope connection created by this Network Manager.com.azure.core.http.rest.Response<ScopeConnectionInner> ScopeConnectionsClient.getWithResponse(String resourceGroupName, String networkManagerName, String scopeConnectionName, com.azure.core.util.Context context) Get specified scope connection created by this Network Manager.Mono<com.azure.core.http.rest.Response<ScopeConnectionInner>> ScopeConnectionsClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String scopeConnectionName) Get specified scope connection created by this Network Manager.com.azure.core.http.rest.PagedIterable<ScopeConnectionInner> List all scope connections created by this network manager.com.azure.core.http.rest.PagedIterable<ScopeConnectionInner> ScopeConnectionsClient.list(String resourceGroupName, String networkManagerName, Integer top, String skipToken, com.azure.core.util.Context context) List all scope connections created by this network manager.com.azure.core.http.rest.PagedFlux<ScopeConnectionInner> List all scope connections created by this network manager.com.azure.core.http.rest.PagedFlux<ScopeConnectionInner> ScopeConnectionsClient.listAsync(String resourceGroupName, String networkManagerName, Integer top, String skipToken) List all scope connections created by this network manager.Methods in com.azure.resourcemanager.network.fluent with parameters of type ScopeConnectionInnerModifier and TypeMethodDescriptionScopeConnectionsClient.createOrUpdate(String resourceGroupName, String networkManagerName, String scopeConnectionName, ScopeConnectionInner parameters) Creates or updates scope connection from Network Manager.ScopeConnectionsClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String scopeConnectionName, ScopeConnectionInner parameters) Creates or updates scope connection from Network Manager.com.azure.core.http.rest.Response<ScopeConnectionInner> ScopeConnectionsClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String scopeConnectionName, ScopeConnectionInner parameters, com.azure.core.util.Context context) Creates or updates scope connection from Network Manager.Mono<com.azure.core.http.rest.Response<ScopeConnectionInner>> ScopeConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String scopeConnectionName, ScopeConnectionInner parameters) Creates or updates scope connection from Network Manager. -
Uses of ScopeConnectionInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ScopeConnectionInnerModifier and TypeMethodDescriptionstatic ScopeConnectionInnerScopeConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScopeConnectionInner from the JsonReader.ScopeConnectionInner.withDescription(String description) Set the description property: A description of the scope connection.ScopeConnectionInner.withResourceId(String resourceId) Set the resourceId property: Resource ID.ScopeConnectionInner.withTenantId(String tenantId) Set the tenantId property: Tenant ID. -
Uses of ScopeConnectionInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ScopeConnectionInnerModifier and TypeMethodDescriptionScopeConnectionListResult.value()Get the value property: List of scope connections.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ScopeConnectionInnerModifier and TypeMethodDescriptionScopeConnectionListResult.withValue(List<ScopeConnectionInner> value) Set the value property: List of scope connections.