Uses of Class
com.azure.resourcemanager.compute.models.ApiEntityReference
-
Packages that use ApiEntityReference Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 ApiEntityReference Modifier and Type Method Description ApiEntityReferenceRestorePointInner. sourceRestorePoint()Get the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.ApiEntityReferenceRestorePointProperties. sourceRestorePoint()Get the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.ApiEntityReferenceVirtualMachineScaleSetIpConfigurationProperties. subnet()Get the subnet property: Specifies the identifier of the subnet.ApiEntityReferenceVirtualMachineScaleSetUpdateIpConfigurationProperties. subnet()Get the subnet property: The subnet.Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type ApiEntityReference Modifier and Type Method Description List<ApiEntityReference>RestorePointInner. excludeDisks()Get the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point.List<ApiEntityReference>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 ApiEntityReference Modifier and Type Method Description RestorePointInnerRestorePointInner. withSourceRestorePoint(ApiEntityReference sourceRestorePoint)Set the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.RestorePointPropertiesRestorePointProperties. withSourceRestorePoint(ApiEntityReference sourceRestorePoint)Set the sourceRestorePoint property: Resource Id of the source restore point from which a copy needs to be created.VirtualMachineScaleSetIpConfigurationPropertiesVirtualMachineScaleSetIpConfigurationProperties. withSubnet(ApiEntityReference subnet)Set the subnet property: Specifies the identifier of the subnet.VirtualMachineScaleSetUpdateIpConfigurationPropertiesVirtualMachineScaleSetUpdateIpConfigurationProperties. withSubnet(ApiEntityReference subnet)Set the subnet property: The subnet.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type ApiEntityReference Modifier and Type Method Description RestorePointInnerRestorePointInner. withExcludeDisks(List<ApiEntityReference> excludeDisks)Set the excludeDisks property: List of disk resource ids that the customer wishes to exclude from the restore point.RestorePointPropertiesRestorePointProperties. 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 ApiEntityReference Modifier and Type Method Description ApiEntityReferenceRestorePointSourceVMDataDisk. diskRestorePoint()Get the diskRestorePoint property: Gets the disk restore point Id.ApiEntityReferenceRestorePointSourceVmosDisk. diskRestorePoint()Get the diskRestorePoint property: Gets the disk restore point Id.ApiEntityReferenceVirtualMachineScaleSetNetworkProfile. 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.ApiEntityReferenceVirtualMachineScaleSetUpdateNetworkProfile. 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.ApiEntityReferenceVirtualMachineScaleSetIpConfiguration. subnet()Get the subnet property: Specifies the identifier of the subnet.ApiEntityReferenceVirtualMachineScaleSetUpdateIpConfiguration. subnet()Get the subnet property: The subnet.ApiEntityReferenceApiEntityReference. withId(String id)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 ApiEntityReference Modifier and Type Method Description RestorePointSourceVMDataDiskRestorePointSourceVMDataDisk. withDiskRestorePoint(ApiEntityReference diskRestorePoint)Set the diskRestorePoint property: Gets the disk restore point Id.RestorePointSourceVmosDiskRestorePointSourceVmosDisk. withDiskRestorePoint(ApiEntityReference diskRestorePoint)Set the diskRestorePoint property: Gets the disk restore point Id.VirtualMachineScaleSetNetworkProfileVirtualMachineScaleSetNetworkProfile. 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.VirtualMachineScaleSetUpdateNetworkProfileVirtualMachineScaleSetUpdateNetworkProfile. 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.VirtualMachineScaleSetIpConfigurationVirtualMachineScaleSetIpConfiguration. withSubnet(ApiEntityReference subnet)Set the subnet property: Specifies the identifier of the subnet.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withSubnet(ApiEntityReference subnet)Set the subnet property: The subnet.
-