ServiceFabricCmdletBase.GetVmss Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetVmss(String) | |
GetVmss(String, String) |
GetVmss(String)
protected Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet GetVmss (string name);
member this.GetVmss : string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet
Protected Function GetVmss (name As String) As VirtualMachineScaleSet
Parameters
- name
- String
Returns
Applies to
GetVmss(String, String)
protected Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSet GetVmss (string name, string clusterId);
member this.GetVmss : string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSet
Protected Function GetVmss (name As String, clusterId As String) As VirtualMachineScaleSet
Parameters
- name
- String
- clusterId
- String