Class GetIotHubResourceEventHubConsumerGroupArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.devices.inputs.GetIotHubResourceEventHubConsumerGroupArgs
-
public final class GetIotHubResourceEventHubConsumerGroupArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetIotHubResourceEventHubConsumerGroupArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetIotHubResourceEventHubConsumerGroupArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetIotHubResourceEventHubConsumerGroupArgs.Builder
builder()
static GetIotHubResourceEventHubConsumerGroupArgs.Builder
builder(GetIotHubResourceEventHubConsumerGroupArgs defaults)
com.pulumi.core.Output<java.lang.String>
eventHubEndpointName()
com.pulumi.core.Output<java.lang.String>
name()
com.pulumi.core.Output<java.lang.String>
resourceGroupName()
com.pulumi.core.Output<java.lang.String>
resourceName()
-
-
-
Field Detail
-
Empty
public static final GetIotHubResourceEventHubConsumerGroupArgs Empty
-
-
Method Detail
-
eventHubEndpointName
public com.pulumi.core.Output<java.lang.String> eventHubEndpointName()
- Returns:
- The name of the Event Hub-compatible endpoint in the IoT hub.
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- The name of the consumer group to retrieve.
-
resourceGroupName
public com.pulumi.core.Output<java.lang.String> resourceGroupName()
- Returns:
- The name of the resource group that contains the IoT hub.
-
resourceName
public com.pulumi.core.Output<java.lang.String> resourceName()
- Returns:
- The name of the IoT hub.
-
builder
public static GetIotHubResourceEventHubConsumerGroupArgs.Builder builder()
-
builder
public static GetIotHubResourceEventHubConsumerGroupArgs.Builder builder(GetIotHubResourceEventHubConsumerGroupArgs defaults)
-
-