ArmNetworkModelFactory.ApplicationGatewayAvailableSslOptionsInfoData 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.
public static Azure.ResourceManager.Network.ApplicationGatewayAvailableSslOptionsInfoData ApplicationGatewayAvailableSslOptionsInfoData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkSubResource> predefinedPolicies = default, Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyName? defaultPolicy = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslCipherSuite> availableCipherSuites = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslProtocol> availableProtocols = default);
static member ApplicationGatewayAvailableSslOptionsInfoData : Azure.Core.ResourceIdentifier * string * string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * seq<Azure.ResourceManager.Network.Models.NetworkSubResource> * Nullable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicyName> * seq<Azure.ResourceManager.Network.Models.ApplicationGatewaySslCipherSuite> * seq<Azure.ResourceManager.Network.Models.ApplicationGatewaySslProtocol> -> Azure.ResourceManager.Network.ApplicationGatewayAvailableSslOptionsInfoData
Public Shared Function ApplicationGatewayAvailableSslOptionsInfoData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional predefinedPolicies As IEnumerable(Of NetworkSubResource) = Nothing, Optional defaultPolicy As Nullable(Of ApplicationGatewaySslPolicyName) = Nothing, Optional availableCipherSuites As IEnumerable(Of ApplicationGatewaySslCipherSuite) = Nothing, Optional availableProtocols As IEnumerable(Of ApplicationGatewaySslProtocol) = Nothing) As ApplicationGatewayAvailableSslOptionsInfoData
Parameters
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- Nullable<AzureLocation>
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- predefinedPolicies
- IEnumerable<NetworkSubResource>
List of available Ssl predefined policy.
- defaultPolicy
- Nullable<ApplicationGatewaySslPolicyName>
Name of the Ssl predefined policy applied by default to application gateway.
- availableCipherSuites
- IEnumerable<ApplicationGatewaySslCipherSuite>
List of available Ssl cipher suites.
- availableProtocols
- IEnumerable<ApplicationGatewaySslProtocol>
List of available Ssl protocols.
Returns
A new ApplicationGatewayAvailableSslOptionsInfoData instance for mocking.