Uses of Class
com.azure.resourcemanager.compute.models.ApiEntityReference
Packages that use ApiEntityReference
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ApiEntityReference in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ApiEntityReferenceModifier and TypeMethodDescriptionRestorePointInner.sourceRestorePoint()Get the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.RestorePointProperties.sourceRestorePoint()Get the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.VirtualMachineScaleSetIpConfigurationProperties.subnet()Get the subnet property: Specifies the identifier of the subnet.VirtualMachineScaleSetUpdateIpConfigurationProperties.subnet()Get the subnet property: The subnet.Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type ApiEntityReferenceModifier and TypeMethodDescriptionRestorePointInner.excludeDisks()Get the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point.RestorePointProperties.excludeDisks()Get the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ApiEntityReferenceModifier and TypeMethodDescriptionRestorePointInner.withSourceRestorePoint(ApiEntityReference sourceRestorePoint) Set the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.RestorePointProperties.withSourceRestorePoint(ApiEntityReference sourceRestorePoint) Set the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.VirtualMachineScaleSetIpConfigurationProperties.withSubnet(ApiEntityReference subnet) Set the subnet property: Specifies the identifier of the subnet.VirtualMachineScaleSetUpdateIpConfigurationProperties.withSubnet(ApiEntityReference subnet) Set the subnet property: The subnet.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type ApiEntityReferenceModifier and TypeMethodDescriptionRestorePointInner.withExcludeDisks(List<ApiEntityReference> excludeDisks) Set the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point.RestorePointProperties.withExcludeDisks(List<ApiEntityReference> excludeDisks) Set the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point. -
Uses of ApiEntityReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ApiEntityReferenceModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.healthProbe()Get the healthProbe property: A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.VirtualMachineScaleSetUpdateNetworkProfile.healthProbe()Get the healthProbe property: A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.DiskRestorePointAttributes.sourceDiskRestorePoint()Get the sourceDiskRestorePoint property: Resource Id of the source disk restore point.VirtualMachineScaleSetIpConfiguration.subnet()Get the subnet property: Specifies the identifier of the subnet.VirtualMachineScaleSetUpdateIpConfiguration.subnet()Get the subnet property: The subnet.Set the id property: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...Methods in com.azure.resourcemanager.compute.models with parameters of type ApiEntityReferenceModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkProfile.withHealthProbe(ApiEntityReference healthProbe) Set the healthProbe property: A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.VirtualMachineScaleSetUpdateNetworkProfile.withHealthProbe(ApiEntityReference healthProbe) Set the healthProbe property: A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set.DiskRestorePointAttributes.withSourceDiskRestorePoint(ApiEntityReference sourceDiskRestorePoint) Set the sourceDiskRestorePoint property: Resource Id of the source disk restore point.VirtualMachineScaleSetIpConfiguration.withSubnet(ApiEntityReference subnet) Set the subnet property: Specifies the identifier of the subnet.VirtualMachineScaleSetUpdateIpConfiguration.withSubnet(ApiEntityReference subnet) Set the subnet property: The subnet.