azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.p...

165 строки
9.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub"
name: "EventHub"
nameWithType: "EventHub"
summary: "Event<wbr>Hub configurations."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **EventHub**"
constructors:
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.EventHub()"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.EventHub()"
name: "EventHub()"
nameWithType: "EventHub.EventHub()"
summary: "Creates an instance of Event<wbr>Hub class."
syntax: "public EventHub()"
desc: "Creates an instance of EventHub class."
methods:
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.id()"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.id()"
name: "id()"
nameWithType: "EventHub.id()"
summary: "Get the id property: Resource ID of Event<wbr>Hub."
syntax: "public String id()"
desc: "Get the id property: Resource ID of EventHub."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.name()"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.name()"
name: "name()"
nameWithType: "EventHub.name()"
summary: "Get the name property: Event<wbr>Hub name."
syntax: "public String name()"
desc: "Get the name property: EventHub name."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.nameSpace()"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.nameSpace()"
name: "nameSpace()"
nameWithType: "EventHub.nameSpace()"
summary: "Get the name<wbr>Space property: Event<wbr>Hub namespace."
syntax: "public String nameSpace()"
desc: "Get the nameSpace property: EventHub namespace."
returns:
description: "the nameSpace value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.policyName()"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.policyName()"
name: "policyName()"
nameWithType: "EventHub.policyName()"
summary: "Get the policy<wbr>Name property: Event<wbr>Hub policy name."
syntax: "public String policyName()"
desc: "Get the policyName property: EventHub policy name."
returns:
description: "the policyName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.subscriptionId()"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.subscriptionId()"
name: "subscriptionId()"
nameWithType: "EventHub.subscriptionId()"
summary: "Get the subscription<wbr>Id property: Subscription Id."
syntax: "public String subscriptionId()"
desc: "Get the subscriptionId property: Subscription Id."
returns:
description: "the subscriptionId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.validate()"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.validate()"
name: "validate()"
nameWithType: "EventHub.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withId(String id)"
name: "withId(String id)"
nameWithType: "EventHub.withId(String id)"
summary: "Set the id property: Resource ID of Event<wbr>Hub."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EventHub withId(String id)"
desc: "Set the id property: Resource ID of EventHub."
returns:
description: "the EventHub object itself."
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub&text=EventHub\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withName(String name)"
name: "withName(String name)"
nameWithType: "EventHub.withName(String name)"
summary: "Set the name property: Event<wbr>Hub name."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EventHub withName(String name)"
desc: "Set the name property: EventHub name."
returns:
description: "the EventHub object itself."
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub&text=EventHub\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withNameSpace(java.lang.String)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withNameSpace(String nameSpace)"
name: "withNameSpace(String nameSpace)"
nameWithType: "EventHub.withNameSpace(String nameSpace)"
summary: "Set the name<wbr>Space property: Event<wbr>Hub namespace."
parameters:
- description: "the nameSpace value to set."
name: "nameSpace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EventHub withNameSpace(String nameSpace)"
desc: "Set the nameSpace property: EventHub namespace."
returns:
description: "the EventHub object itself."
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub&text=EventHub\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withPolicyName(java.lang.String)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withPolicyName(String policyName)"
name: "withPolicyName(String policyName)"
nameWithType: "EventHub.withPolicyName(String policyName)"
summary: "Set the policy<wbr>Name property: Event<wbr>Hub policy name."
parameters:
- description: "the policyName value to set."
name: "policyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EventHub withPolicyName(String policyName)"
desc: "Set the policyName property: EventHub policy name."
returns:
description: "the EventHub object itself."
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub&text=EventHub\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withSubscriptionId(java.lang.String)"
fullName: "com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub.withSubscriptionId(String subscriptionId)"
name: "withSubscriptionId(String subscriptionId)"
nameWithType: "EventHub.withSubscriptionId(String subscriptionId)"
summary: "Set the subscription<wbr>Id property: Subscription Id."
parameters:
- description: "the subscriptionId value to set."
name: "subscriptionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EventHub withSubscriptionId(String subscriptionId)"
desc: "Set the subscriptionId property: Subscription Id."
returns:
description: "the EventHub object itself."
type: "<xref href=\"com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub?alt=com.azure.resourcemanager.paloaltonetworks.ngfw.models.EventHub&text=EventHub\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "EventHub configurations."
metadata: {}
package: "com.azure.resourcemanager.paloaltonetworks.ngfw.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-paloaltonetworks-ngfw:1.1.0