你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSBastion Constructors
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
PSBastion() | |
PSBastion(String, String, String, String) |
PSBastion()
public PSBastion ();
Public Sub New ()
Applies to
PSBastion(String, String, String, String)
public PSBastion (string name, string rgName, string location, string sku = default);
new Microsoft.Azure.Commands.Network.Models.PSBastion : string * string * string * string -> Microsoft.Azure.Commands.Network.Models.PSBastion
Public Sub New (name As String, rgName As String, location As String, Optional sku As String = Nothing)
Parameters
- name
- String
- rgName
- String
- location
- String
- sku
- String