Name Location SkuName SkuTier
---- -------- ------- -------
ContosoFrontEnd_IN_0 eastus2euap Standard_D1_v2 Standard
ContosoFrontEnd_IN_1 eastus2euap Standard_D1_v2 Standard
ContosoBackEnd_IN_1 eastus2euap Standard_D1_v2 Standard
ContosoBackEnd_IN_1 eastus2euap Standard_D1_v2 Standard
This command gets the properties of all role instances of cloud service named ContosoCS that belongs to the resource group named ContosOrg.
Example 2: Get properties for single role instance
Name Location SkuName SkuTier
---- -------- ------- -------
ContosoFrontEnd_IN_0 eastus2euap Standard_D1_v2 Standard
This command gets the properties of the role instance named ContosoFrontEnd_IN_0 of cloud service named ContosoCS that belongs to the resource group named ContosOrg.
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.