Class GetPartnerTopicEventSubscriptionFullUrlResult
- java.lang.Object
-
- com.pulumi.azurenative.eventgrid.outputs.GetPartnerTopicEventSubscriptionFullUrlResult
-
public final class GetPartnerTopicEventSubscriptionFullUrlResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetPartnerTopicEventSubscriptionFullUrlResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPartnerTopicEventSubscriptionFullUrlResult.Builder
builder()
static GetPartnerTopicEventSubscriptionFullUrlResult.Builder
builder(GetPartnerTopicEventSubscriptionFullUrlResult defaults)
java.util.Optional<java.lang.String>
endpointUrl()
-
-
-
Method Detail
-
endpointUrl
public java.util.Optional<java.lang.String> endpointUrl()
- Returns:
- The URL that represents the endpoint of the destination of an event subscription.
-
builder
public static GetPartnerTopicEventSubscriptionFullUrlResult.Builder builder()
-
builder
public static GetPartnerTopicEventSubscriptionFullUrlResult.Builder builder(GetPartnerTopicEventSubscriptionFullUrlResult defaults)
-
-