Uses of Class
com.azure.resourcemanager.compute.models.ProvisionedBandwidthCopyOption
Packages that use ProvisionedBandwidthCopyOption
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ProvisionedBandwidthCopyOption in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ProvisionedBandwidthCopyOptionModifier and TypeFieldDescriptionstatic final ProvisionedBandwidthCopyOptionProvisionedBandwidthCopyOption.ENHANCEDStatic value Enhanced for ProvisionedBandwidthCopyOption.static final ProvisionedBandwidthCopyOptionProvisionedBandwidthCopyOption.NONEStatic value None for ProvisionedBandwidthCopyOption.Methods in com.azure.resourcemanager.compute.models that return ProvisionedBandwidthCopyOptionModifier and TypeMethodDescriptionProvisionedBandwidthCopyOption.fromString(String name) Creates or finds a ProvisionedBandwidthCopyOption from its string representation.CreationData.provisionedBandwidthCopySpeed()Get the provisionedBandwidthCopySpeed property: If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ProvisionedBandwidthCopyOptionModifier and TypeMethodDescriptionProvisionedBandwidthCopyOption.values()Gets known ProvisionedBandwidthCopyOption values.Methods in com.azure.resourcemanager.compute.models with parameters of type ProvisionedBandwidthCopyOptionModifier and TypeMethodDescriptionCreationData.withProvisionedBandwidthCopySpeed(ProvisionedBandwidthCopyOption provisionedBandwidthCopySpeed) Set the provisionedBandwidthCopySpeed property: If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed.