Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceNetworkProfile
-
Packages that use CloudServiceNetworkProfile Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of CloudServiceNetworkProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceNetworkProfile Modifier and Type Method Description CloudServiceNetworkProfileCloudServiceProperties. networkProfile()Get the networkProfile property: Network Profile for the cloud service.CloudServiceNetworkProfileCloudServiceNetworkProfile. withLoadBalancerConfigurations(List<LoadBalancerConfiguration> loadBalancerConfigurations)Set the loadBalancerConfigurations property: List of Load balancer configurations.CloudServiceNetworkProfileCloudServiceNetworkProfile. 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 CloudServiceNetworkProfile Modifier and Type Method Description CloudServicePropertiesCloudServiceProperties. withNetworkProfile(CloudServiceNetworkProfile networkProfile)Set the networkProfile property: Network Profile for the cloud service.
-