87 строки
6.0 KiB
YAML
87 строки
6.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub"
|
|
name: "EventHubNamespace.UpdateStages.WithEventHub"
|
|
nameWithType: "EventHubNamespace.UpdateStages.WithEventHub"
|
|
summary: "The stage of the event hub namespace update allowing to add new event hub in the namespace."
|
|
syntax: "public static interface **EventHubNamespace.UpdateStages.WithEventHub**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(String eventHubName)"
|
|
name: "withNewEventHub(String eventHubName)"
|
|
nameWithType: "EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(String eventHubName)"
|
|
summary: "Specifies that a new event hub should be created in the namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "event hub name"
|
|
name: "eventHubName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract EventHubNamespace.Update withNewEventHub(String eventHubName)"
|
|
desc: "Specifies that a new event hub should be created in the namespace."
|
|
returns:
|
|
description: "next stage of the event hub namespace update"
|
|
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.EventHubNamespace.Update?alt=com.azure.resourcemanager.eventhubs.models.EventHubNamespace.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(java.lang.String,int)"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(String eventHubName, int partitionCount)"
|
|
name: "withNewEventHub(String eventHubName, int partitionCount)"
|
|
nameWithType: "EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(String eventHubName, int partitionCount)"
|
|
summary: "Specifies that a new event hub should be created in the namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "event hub name"
|
|
name: "eventHubName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the number of partitions in the event hub"
|
|
name: "partitionCount"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract EventHubNamespace.Update withNewEventHub(String eventHubName, int partitionCount)"
|
|
desc: "Specifies that a new event hub should be created in the namespace."
|
|
returns:
|
|
description: "next stage of the event hub namespace update"
|
|
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.EventHubNamespace.Update?alt=com.azure.resourcemanager.eventhubs.models.EventHubNamespace.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(java.lang.String,int,int)"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(String eventHubName, int partitionCount, int retentionPeriodInDays)"
|
|
name: "withNewEventHub(String eventHubName, int partitionCount, int retentionPeriodInDays)"
|
|
nameWithType: "EventHubNamespace.UpdateStages.WithEventHub.withNewEventHub(String eventHubName, int partitionCount, int retentionPeriodInDays)"
|
|
summary: "Specifies that a new event hub should be created in the namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "event hub name"
|
|
name: "eventHubName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the number of partitions in the event hub"
|
|
name: "partitionCount"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the retention period for events in days"
|
|
name: "retentionPeriodInDays"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract EventHubNamespace.Update withNewEventHub(String eventHubName, int partitionCount, int retentionPeriodInDays)"
|
|
desc: "Specifies that a new event hub should be created in the namespace."
|
|
returns:
|
|
description: "next stage of the event hub namespace update"
|
|
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.EventHubNamespace.Update?alt=com.azure.resourcemanager.eventhubs.models.EventHubNamespace.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub.withoutEventHub(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.EventHubNamespace.UpdateStages.WithEventHub.withoutEventHub(String eventHubName)"
|
|
name: "withoutEventHub(String eventHubName)"
|
|
nameWithType: "EventHubNamespace.UpdateStages.WithEventHub.withoutEventHub(String eventHubName)"
|
|
summary: "Deletes an event hub in the event hub namespace."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "event hub name"
|
|
name: "eventHubName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract EventHubNamespace.Update withoutEventHub(String eventHubName)"
|
|
desc: "Deletes an event hub in the event hub namespace."
|
|
returns:
|
|
description: "next stage of the event hub namespace update"
|
|
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.EventHubNamespace.Update?alt=com.azure.resourcemanager.eventhubs.models.EventHubNamespace.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of the event hub namespace update allowing to add new event hub in the namespace."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.eventhubs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-eventhubs:2.44.0
|