azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
8.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity"
name: "DeadLetterWithResourceIdentity"
nameWithType: "DeadLetterWithResourceIdentity"
summary: "Information about the deadletter destination with resource identity."
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 **DeadLetterWithResourceIdentity**"
constructors:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.DeadLetterWithResourceIdentity()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.DeadLetterWithResourceIdentity()"
name: "DeadLetterWithResourceIdentity()"
nameWithType: "DeadLetterWithResourceIdentity.DeadLetterWithResourceIdentity()"
syntax: "public DeadLetterWithResourceIdentity()"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.deadLetterDestination()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.deadLetterDestination()"
name: "deadLetterDestination()"
nameWithType: "DeadLetterWithResourceIdentity.deadLetterDestination()"
summary: "Get information about the destination where events have to be delivered for the event subscription."
syntax: "public DeadLetterDestination deadLetterDestination()"
desc: "Get information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering."
returns:
description: "the deadLetterDestination value"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterDestination&text=DeadLetterDestination\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.identity()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.identity()"
name: "identity()"
nameWithType: "DeadLetterWithResourceIdentity.identity()"
summary: "Get the identity to use when dead-lettering events."
syntax: "public EventSubscriptionIdentity identity()"
desc: "Get the identity to use when dead-lettering events."
returns:
description: "the identity value"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionIdentity?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionIdentity&text=EventSubscriptionIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.withDeadLetterDestination(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterDestination)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.withDeadLetterDestination(DeadLetterDestination deadLetterDestination)"
name: "withDeadLetterDestination(DeadLetterDestination deadLetterDestination)"
nameWithType: "DeadLetterWithResourceIdentity.withDeadLetterDestination(DeadLetterDestination deadLetterDestination)"
summary: "Set information about the destination where events have to be delivered for the event subscription."
parameters:
- description: "the deadLetterDestination value to set"
name: "deadLetterDestination"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterDestination&text=DeadLetterDestination\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeadLetterWithResourceIdentity withDeadLetterDestination(DeadLetterDestination deadLetterDestination)"
desc: "Set information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering."
returns:
description: "the DeadLetterWithResourceIdentity object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity&text=DeadLetterWithResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.withIdentity(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionIdentity)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity.withIdentity(EventSubscriptionIdentity identity)"
name: "withIdentity(EventSubscriptionIdentity identity)"
nameWithType: "DeadLetterWithResourceIdentity.withIdentity(EventSubscriptionIdentity identity)"
summary: "Set the identity to use when dead-lettering events."
parameters:
- description: "the identity value to set"
name: "identity"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionIdentity?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionIdentity&text=EventSubscriptionIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeadLetterWithResourceIdentity withIdentity(EventSubscriptionIdentity identity)"
desc: "Set the identity to use when dead-lettering events."
returns:
description: "the DeadLetterWithResourceIdentity object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeadLetterWithResourceIdentity&text=DeadLetterWithResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information about the deadletter destination with resource identity."
metadata: {}
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3