ArmAppPlatformModelFactory.AppPlatformServiceRequiredTraffic 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 AppPlatformServiceRequiredTraffic.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRequiredTraffic AppPlatformServiceRequiredTraffic (string protocol = default, int? port = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> ips = default, System.Collections.Generic.IEnumerable<string> fqdns = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTrafficDirection? direction = default);
static member AppPlatformServiceRequiredTraffic : string * Nullable<int> * seq<System.Net.IPAddress> * seq<string> * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTrafficDirection> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRequiredTraffic
Public Shared Function AppPlatformServiceRequiredTraffic (Optional protocol As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional ips As IEnumerable(Of IPAddress) = Nothing, Optional fqdns As IEnumerable(Of String) = Nothing, Optional direction As Nullable(Of AppPlatformServiceTrafficDirection) = Nothing) As AppPlatformServiceRequiredTraffic
Parameters
- protocol
- String
The protocol of required traffic.
- ips
- IEnumerable<IPAddress>
The ip list of required traffic.
- fqdns
- IEnumerable<String>
The FQDN list of required traffic.
- direction
- Nullable<AppPlatformServiceTrafficDirection>
The direction of required traffic.
Returns
A new AppPlatformServiceRequiredTraffic instance for mocking.
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.