Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceNetworkProfile
Packages that use CloudServiceNetworkProfile
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceNetworkProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CloudServiceNetworkProfileModifier and TypeClassDescriptionfinal classNetwork Profile for the cloud service.Methods in com.azure.resourcemanager.compute.models that return CloudServiceNetworkProfileModifier and TypeMethodDescriptionstatic CloudServiceNetworkProfileCloudServiceNetworkProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceNetworkProfile from the JsonReader.CloudServiceProperties.networkProfile()Get the networkProfile property: Network Profile for the cloud service.CloudServiceNetworkProfile.withLoadBalancerConfigurations(List<LoadBalancerConfiguration> loadBalancerConfigurations) Set the loadBalancerConfigurations property: List of Load balancer configurations.CloudServiceNetworkProfile.withSlotType(CloudServiceSlotType slotType) Set the slotType property: Slot type for the cloud service.CloudServiceNetworkProfile.withSwappableCloudService(com.azure.core.management.SubResource swappableCloudService) Set the swappableCloudService property: The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceNetworkProfileModifier and TypeMethodDescriptionCloudServiceProperties.withNetworkProfile(CloudServiceNetworkProfile networkProfile) Set the networkProfile property: Network Profile for the cloud service.