ArmNetworkModelFactory.VirtualWanSecurityProvider Method
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.
Initializes a new instance of VirtualWanSecurityProvider.
public static Azure.ResourceManager.Network.Models.VirtualWanSecurityProvider VirtualWanSecurityProvider (string name = default, Uri uri = default, Azure.ResourceManager.Network.Models.VirtualWanSecurityProviderType? providerType = default);
static member VirtualWanSecurityProvider : string * Uri * Nullable<Azure.ResourceManager.Network.Models.VirtualWanSecurityProviderType> -> Azure.ResourceManager.Network.Models.VirtualWanSecurityProvider
Public Shared Function VirtualWanSecurityProvider (Optional name As String = Nothing, Optional uri As Uri = Nothing, Optional providerType As Nullable(Of VirtualWanSecurityProviderType) = Nothing) As VirtualWanSecurityProvider
Parameters
- name
- String
Name of the security provider.
- uri
- Uri
Url of the security provider.
- providerType
- Nullable<VirtualWanSecurityProviderType>
Name of the security provider.
Returns
A new VirtualWanSecurityProvider instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET