Uses of Class
com.azure.resourcemanager.network.fluent.models.NspProfileInner
Packages that use NspProfileInner
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 NspProfileInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NspProfileInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterProfilesClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String profileName, NspProfileInner parameters) Creates or updates a network profile.NetworkSecurityPerimeterProfilesClient.get(String resourceGroupName, String networkSecurityPerimeterName, String profileName) Gets the specified NSP profile.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NspProfileInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterProfilesClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, NspProfileInner parameters) Creates or updates a network profile.com.azure.core.http.rest.Response<NspProfileInner> NetworkSecurityPerimeterProfilesClient.createOrUpdateWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String profileName, NspProfileInner parameters, com.azure.core.util.Context context) Creates or updates a network profile.Mono<com.azure.core.http.rest.Response<NspProfileInner>> NetworkSecurityPerimeterProfilesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, NspProfileInner parameters) Creates or updates a network profile.NetworkSecurityPerimeterProfilesClient.getAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName) Gets the specified NSP profile.com.azure.core.http.rest.Response<NspProfileInner> NetworkSecurityPerimeterProfilesClient.getWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String profileName, com.azure.core.util.Context context) Gets the specified NSP profile.Mono<com.azure.core.http.rest.Response<NspProfileInner>> NetworkSecurityPerimeterProfilesClient.getWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName) Gets the specified NSP profile.com.azure.core.http.rest.PagedIterable<NspProfileInner> NetworkSecurityPerimeterProfilesClient.list(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP profiles in the specified network security perimeter.com.azure.core.http.rest.PagedIterable<NspProfileInner> NetworkSecurityPerimeterProfilesClient.list(String resourceGroupName, String networkSecurityPerimeterName, Integer top, String skipToken, com.azure.core.util.Context context) Lists the NSP profiles in the specified network security perimeter.com.azure.core.http.rest.PagedFlux<NspProfileInner> NetworkSecurityPerimeterProfilesClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP profiles in the specified network security perimeter.com.azure.core.http.rest.PagedFlux<NspProfileInner> NetworkSecurityPerimeterProfilesClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName, Integer top, String skipToken) Lists the NSP profiles in the specified network security perimeter.Methods in com.azure.resourcemanager.network.fluent with parameters of type NspProfileInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterProfilesClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String profileName, NspProfileInner parameters) Creates or updates a network profile.NetworkSecurityPerimeterProfilesClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, NspProfileInner parameters) Creates or updates a network profile.com.azure.core.http.rest.Response<NspProfileInner> NetworkSecurityPerimeterProfilesClient.createOrUpdateWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String profileName, NspProfileInner parameters, com.azure.core.util.Context context) Creates or updates a network profile.Mono<com.azure.core.http.rest.Response<NspProfileInner>> NetworkSecurityPerimeterProfilesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String profileName, NspProfileInner parameters) Creates or updates a network profile. -
Uses of NspProfileInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NspProfileInnerModifier and TypeMethodDescriptionstatic NspProfileInnerNspProfileInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspProfileInner from the JsonReader. -
Uses of NspProfileInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NspProfileInnerModifier and TypeMethodDescriptionNspProfileListResult.value()Get the value property: Gets a page of NSP profile.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NspProfileInnerModifier and TypeMethodDescriptionNspProfileListResult.withValue(List<NspProfileInner> value) Set the value property: Gets a page of NSP profile.