StackHci.SecuritySettingsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.ISecuritySetting> SecuritySettingsGetWithResult(string subscriptionId, string resourceGroupName, string clusterName, string securitySettingsName, Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.ISendAsync sender);
member this.SecuritySettingsGetWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.ISecuritySetting>
Public Function SecuritySettingsGetWithResult (subscriptionId As String, resourceGroupName As String, clusterName As String, securitySettingsName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ISecuritySetting)

Parameters

subscriptionId
String
resourceGroupName
String
clusterName
String
securitySettingsName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to