Class AzureVMGatewayInfo
A light-way wrapper around the gateway-related information for each ScaleOut host running as a part of the VMSS resource in Azure.
public class AzureVMGatewayInfo
- Inheritance
-
AzureVMGatewayInfo
- Inherited Members
Properties
- DNSName
The DNS name of the VM.
- DeploymentName
The deployment name as well as the name of the ScaleOut store this VM instance is a member of.
- Location
The region in Azure where the resource group is located.
- PrivateIP
Internal VM's private IP.
- PublicIP
External VM's public IP if exists.
- ResourceGroup
The Azure Resource Group name where the ScaleOut scale set was deployed.
- SOSSPorts
The range of ScaleOut TCP ports, e.g. "720-724".
- UniqueInstanceID
VM unique instance ID (e.g. "MyStore-ScaleOutSet_1").
- VMSize
The size of VM instance (e.g. Standard_D4as_v5).