你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BastionBaseCmdlet.TryGetBastion(String, String, PSBastion) Method

Definition

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

Returns

Applies to