BastionBaseCmdlet.TryGetBastion(String, String, PSBastion) 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.
public bool TryGetBastion (string resourceGroupName, string name, out Microsoft.Azure.Commands.Network.Models.PSBastion psBastion);
member this.TryGetBastion : string * string * PSBastion -> bool
Public Function TryGetBastion (resourceGroupName As String, name As String, ByRef psBastion As PSBastion) As Boolean
Parameters
- resourceGroupName
- String
- name
- String
- psBastion
- PSBastion