Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkProfileInner
Packages that use NetworkProfileInner
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 NetworkProfileInner in com.azure.resourcemanager.network.fluent
Subinterfaces with type arguments of type NetworkProfileInner in com.azure.resourcemanager.network.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in NetworkProfilesClient.interfaceAn instance of this class provides access to all the operations defined in NetworkProfilesClient.Methods in com.azure.resourcemanager.network.fluent that return NetworkProfileInnerModifier and TypeMethodDescriptionNetworkProfilesClient.createOrUpdate(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters) Creates or updates a network profile.NetworkProfilesClient.getByResourceGroup(String resourceGroupName, String networkProfileName) Gets the specified network profile in a specified resource group.NetworkProfilesClient.updateTags(String resourceGroupName, String networkProfileName, TagsObject parameters) Updates network profile tags.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NetworkProfileInnerModifier and TypeMethodDescriptionNetworkProfilesClient.createOrUpdateAsync(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters) Creates or updates a network profile.com.azure.core.http.rest.Response<NetworkProfileInner> NetworkProfilesClient.createOrUpdateWithResponse(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters, com.azure.core.util.Context context) Creates or updates a network profile.Mono<com.azure.core.http.rest.Response<NetworkProfileInner>> NetworkProfilesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters) Creates or updates a network profile.NetworkProfilesClient.getByResourceGroupAsync(String resourceGroupName, String networkProfileName) Gets the specified network profile in a specified resource group.com.azure.core.http.rest.Response<NetworkProfileInner> NetworkProfilesClient.getByResourceGroupWithResponse(String resourceGroupName, String networkProfileName, String expand, com.azure.core.util.Context context) Gets the specified network profile in a specified resource group.Mono<com.azure.core.http.rest.Response<NetworkProfileInner>> NetworkProfilesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String networkProfileName, String expand) Gets the specified network profile in a specified resource group.com.azure.core.http.rest.PagedIterable<NetworkProfileInner> NetworkProfilesClient.list()Gets all the network profiles in a subscription.com.azure.core.http.rest.PagedIterable<NetworkProfileInner> NetworkProfilesClient.list(com.azure.core.util.Context context) Gets all the network profiles in a subscription.com.azure.core.http.rest.PagedFlux<NetworkProfileInner> NetworkProfilesClient.listAsync()Gets all the network profiles in a subscription.com.azure.core.http.rest.PagedIterable<NetworkProfileInner> NetworkProfilesClient.listByResourceGroup(String resourceGroupName) Gets all network profiles in a resource group.com.azure.core.http.rest.PagedIterable<NetworkProfileInner> NetworkProfilesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets all network profiles in a resource group.com.azure.core.http.rest.PagedFlux<NetworkProfileInner> NetworkProfilesClient.listByResourceGroupAsync(String resourceGroupName) Gets all network profiles in a resource group.NetworkProfilesClient.updateTagsAsync(String resourceGroupName, String networkProfileName, TagsObject parameters) Updates network profile tags.com.azure.core.http.rest.Response<NetworkProfileInner> NetworkProfilesClient.updateTagsWithResponse(String resourceGroupName, String networkProfileName, TagsObject parameters, com.azure.core.util.Context context) Updates network profile tags.Mono<com.azure.core.http.rest.Response<NetworkProfileInner>> NetworkProfilesClient.updateTagsWithResponseAsync(String resourceGroupName, String networkProfileName, TagsObject parameters) Updates network profile tags.Methods in com.azure.resourcemanager.network.fluent with parameters of type NetworkProfileInnerModifier and TypeMethodDescriptionNetworkProfilesClient.createOrUpdate(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters) Creates or updates a network profile.NetworkProfilesClient.createOrUpdateAsync(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters) Creates or updates a network profile.com.azure.core.http.rest.Response<NetworkProfileInner> NetworkProfilesClient.createOrUpdateWithResponse(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters, com.azure.core.util.Context context) Creates or updates a network profile.Mono<com.azure.core.http.rest.Response<NetworkProfileInner>> NetworkProfilesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters) Creates or updates a network profile. -
Uses of NetworkProfileInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkProfileInnerModifier and TypeMethodDescriptionstatic NetworkProfileInnerNetworkProfileInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkProfileInner from the JsonReader.NetworkProfileInner.withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations) Set the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.Set the id property: Resource ID.NetworkProfileInner.withLocation(String location) -
Uses of NetworkProfileInner in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type NetworkProfileInner in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of NetworkProfile.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkProfileInnerModifier and TypeMethodDescriptionNetworkProfileListResult.value()Get the value property: A list of network profiles that exist in a resource group.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkProfileInnerModifier and TypeMethodDescriptionNetworkProfileListResult.withValue(List<NetworkProfileInner> value) Set the value property: A list of network profiles that exist in a resource group.