AutoApprovedPrivateLinkService 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
AutoApprovedPrivateLinkService() |
Initializes a new instance of the AutoApprovedPrivateLinkService class. |
AutoApprovedPrivateLinkService(String) |
Initializes a new instance of the AutoApprovedPrivateLinkService class. |
AutoApprovedPrivateLinkService()
Initializes a new instance of the AutoApprovedPrivateLinkService class.
public AutoApprovedPrivateLinkService ();
Public Sub New ()
Applies to
AutoApprovedPrivateLinkService(String)
Initializes a new instance of the AutoApprovedPrivateLinkService class.
public AutoApprovedPrivateLinkService (string privateLinkService = default);
new Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService : string -> Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService
Public Sub New (Optional privateLinkService As String = Nothing)
Parameters
- privateLinkService
- String
The id of the private link service resource.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET