ServiceFabricCmdletBase.GetVmss Method

Definition

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

Returns

Applies to