84 строки
6.7 KiB
YAML
84 строки
6.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol"
|
|
name: "AzureFirewallApplicationRuleProtocol"
|
|
nameWithType: "AzureFirewallApplicationRuleProtocol"
|
|
summary: "Properties of the application rule protocol."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **AzureFirewallApplicationRuleProtocol**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.AzureFirewallApplicationRuleProtocol()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.AzureFirewallApplicationRuleProtocol()"
|
|
name: "AzureFirewallApplicationRuleProtocol()"
|
|
nameWithType: "AzureFirewallApplicationRuleProtocol.AzureFirewallApplicationRuleProtocol()"
|
|
syntax: "public AzureFirewallApplicationRuleProtocol()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.port()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.port()"
|
|
name: "port()"
|
|
nameWithType: "AzureFirewallApplicationRuleProtocol.port()"
|
|
summary: "Get port number for the protocol, cannot be greater than 64000."
|
|
syntax: "public Integer port()"
|
|
desc: "Get port number for the protocol, cannot be greater than 64000. This field is optional."
|
|
returns:
|
|
description: "the port value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.protocolType()"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.protocolType()"
|
|
name: "protocolType()"
|
|
nameWithType: "AzureFirewallApplicationRuleProtocol.protocolType()"
|
|
summary: "Get protocol type."
|
|
syntax: "public AzureFirewallApplicationRuleProtocolType protocolType()"
|
|
desc: "Get protocol type. Possible values include: 'Http', 'Https', 'Mssql'."
|
|
returns:
|
|
description: "the protocolType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocolType?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocolType&text=AzureFirewallApplicationRuleProtocolType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.withPort(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.withPort(Integer port)"
|
|
name: "withPort(Integer port)"
|
|
nameWithType: "AzureFirewallApplicationRuleProtocol.withPort(Integer port)"
|
|
summary: "Set port number for the protocol, cannot be greater than 64000."
|
|
parameters:
|
|
- description: "the port value to set"
|
|
name: "port"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AzureFirewallApplicationRuleProtocol withPort(Integer port)"
|
|
desc: "Set port number for the protocol, cannot be greater than 64000. This field is optional."
|
|
returns:
|
|
description: "the AzureFirewallApplicationRuleProtocol object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol&text=AzureFirewallApplicationRuleProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.withProtocolType(com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocolType)"
|
|
fullName: "com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol.withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)"
|
|
name: "withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)"
|
|
nameWithType: "AzureFirewallApplicationRuleProtocol.withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)"
|
|
summary: "Set protocol type."
|
|
parameters:
|
|
- description: "the protocolType value to set"
|
|
name: "protocolType"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocolType?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocolType&text=AzureFirewallApplicationRuleProtocolType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AzureFirewallApplicationRuleProtocol withProtocolType(AzureFirewallApplicationRuleProtocolType protocolType)"
|
|
desc: "Set protocol type. Possible values include: 'Http', 'Https', 'Mssql'."
|
|
returns:
|
|
description: "the AzureFirewallApplicationRuleProtocol object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol?alt=com.microsoft.azure.management.network.AzureFirewallApplicationRuleProtocol&text=AzureFirewallApplicationRuleProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Properties of the application rule protocol."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|