PrivateAccess 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
PrivateAccess() |
Initializes a new instance of the PrivateAccess class. |
PrivateAccess(String, String, String, String, Nullable<Boolean>, IList<PrivateAccessVirtualNetwork>) |
Initializes a new instance of the PrivateAccess class. |
PrivateAccess()
Initializes a new instance of the PrivateAccess class.
public PrivateAccess ();
Public Sub New ()
Applies to
PrivateAccess(String, String, String, String, Nullable<Boolean>, IList<PrivateAccessVirtualNetwork>)
Initializes a new instance of the PrivateAccess class.
public PrivateAccess (string id = default, string name = default, string kind = default, string type = default, bool? enabled = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateAccessVirtualNetwork> virtualNetworks = default);
new Microsoft.Azure.Management.WebSites.Models.PrivateAccess : string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateAccessVirtualNetwork> -> Microsoft.Azure.Management.WebSites.Models.PrivateAccess
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional virtualNetworks As IList(Of PrivateAccessVirtualNetwork) = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- virtualNetworks
- IList<PrivateAccessVirtualNetwork>
The Virtual Networks (and subnets) allowed to access the site privately.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET