Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ApiEntityReference |
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.
|
ApiEntityReference |
VirtualMachineScaleSetNetworkProfile.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.
|
ApiEntityReference |
VirtualMachineScaleSetIpConfiguration.subnet()
Get the subnet property: Specifies the identifier of the subnet.
|
ApiEntityReference |
VirtualMachineScaleSetUpdateIpConfiguration.subnet()
Get the subnet property: The subnet.
|
ApiEntityReference |
ApiEntityReference.withId(String id)
Set the id property: The ARM resource id in the form of
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateNetworkProfile |
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.
|
VirtualMachineScaleSetNetworkProfile |
VirtualMachineScaleSetNetworkProfile.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.
|
VirtualMachineScaleSetIpConfiguration |
VirtualMachineScaleSetIpConfiguration.withSubnet(ApiEntityReference subnet)
Set the subnet property: Specifies the identifier of the subnet.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withSubnet(ApiEntityReference subnet)
Set the subnet property: The subnet.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.