PrivateLinkResource 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
PrivateLinkResource() |
Initializes a new instance of the PrivateLinkResource class. |
PrivateLinkResource(String, String, String, PrivateLinkResourceProperties) |
Initializes a new instance of the PrivateLinkResource class. |
PrivateLinkResource()
Initializes a new instance of the PrivateLinkResource class.
public PrivateLinkResource ();
Public Sub New ()
Applies to
PrivateLinkResource(String, String, String, PrivateLinkResourceProperties)
Initializes a new instance of the PrivateLinkResource class.
public PrivateLinkResource (string id, string name, string type, Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourceProperties properties);
new Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource : string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourceProperties -> Microsoft.Azure.Management.WebSites.Models.PrivateLinkResource
Public Sub New (id As String, name As String, type As String, properties As PrivateLinkResourceProperties)
Parameters
- id
- String
- name
- String
Name of a private link resource
- type
- String
- properties
- PrivateLinkResourceProperties
Properties of a private link resource
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.