Uses of Class
com.azure.resourcemanager.labservices.models.LabNetworkProfile
Packages that use LabNetworkProfile
Package
Description
Package containing the inner data models for LabServicesClient.
Package containing the data models for LabServicesClient.
-
Uses of LabNetworkProfile in com.azure.resourcemanager.labservices.fluent.models
Methods in com.azure.resourcemanager.labservices.fluent.models that return LabNetworkProfileModifier and TypeMethodDescriptionLabInner.networkProfile()
Get the networkProfile property: The network profile for the lab, typically applied via a lab plan.LabProperties.networkProfile()
Get the networkProfile property: The network profile for the lab, typically applied via a lab plan.Methods in com.azure.resourcemanager.labservices.fluent.models with parameters of type LabNetworkProfileModifier and TypeMethodDescriptionLabInner.withNetworkProfile
(LabNetworkProfile networkProfile) Set the networkProfile property: The network profile for the lab, typically applied via a lab plan.LabProperties.withNetworkProfile
(LabNetworkProfile networkProfile) Set the networkProfile property: The network profile for the lab, typically applied via a lab plan. -
Uses of LabNetworkProfile in com.azure.resourcemanager.labservices.models
Methods in com.azure.resourcemanager.labservices.models that return LabNetworkProfileModifier and TypeMethodDescriptionLab.networkProfile()
Gets the networkProfile property: The network profile for the lab, typically applied via a lab plan.LabNetworkProfile.withLoadBalancerId
(String loadBalancerId) Set the loadBalancerId property: The external load balancer resource id.LabNetworkProfile.withPublicIpId
(String publicIpId) Set the publicIpId property: The external public IP resource id.LabNetworkProfile.withSubnetId
(String subnetId) Set the subnetId property: The external subnet resource id.Methods in com.azure.resourcemanager.labservices.models with parameters of type LabNetworkProfileModifier and TypeMethodDescriptionLab.DefinitionStages.WithNetworkProfile.withNetworkProfile
(LabNetworkProfile networkProfile) Specifies the networkProfile property: The network profile for the lab, typically applied via a lab plan.