Uses of Class
com.azure.resourcemanager.network.fluent.models.NetworkProfileInner
-
Packages that use NetworkProfileInner 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.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of NetworkProfileInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NetworkProfileInner Modifier and Type Method Description NetworkProfileInnerNetworkProfilesClient. createOrUpdate(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters)Creates or updates a network profile.NetworkProfileInnerNetworkProfilesClient. getByResourceGroup(String resourceGroupName, String networkProfileName)Gets the specified network profile in a specified resource group.NetworkProfileInnerNetworkProfilesClient. 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 NetworkProfileInner Modifier and Type Method Description Mono<NetworkProfileInner>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.Mono<NetworkProfileInner>NetworkProfilesClient. getByResourceGroupAsync(String resourceGroupName, String networkProfileName)Gets the specified network profile in a specified resource group.Mono<NetworkProfileInner>NetworkProfilesClient. getByResourceGroupAsync(String resourceGroupName, String networkProfileName, String expand)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.Mono<NetworkProfileInner>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 NetworkProfileInner Modifier and Type Method Description NetworkProfileInnerNetworkProfilesClient. createOrUpdate(String resourceGroupName, String networkProfileName, NetworkProfileInner parameters)Creates or updates a network profile.Mono<NetworkProfileInner>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 NetworkProfileInner Modifier and Type Method Description NetworkProfileInnerNetworkProfileInner. withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations)Set the containerNetworkInterfaceConfigurations property: List of chid container network interface configurations.NetworkProfileInnerNetworkProfileInner. withId(String id)Set the id property: Resource ID.NetworkProfileInnerNetworkProfileInner. withLocation(String location)NetworkProfileInnerNetworkProfileInner. withTags(Map<String,String> tags) -
Uses of NetworkProfileInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkProfileInner Modifier and Type Method Description List<NetworkProfileInner>NetworkProfileListResult. 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 NetworkProfileInner Modifier and Type Method Description NetworkProfileListResultNetworkProfileListResult. withValue(List<NetworkProfileInner> value)Set the value property: A list of network profiles that exist in a resource group.
-