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
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