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

84 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity"
name: "DeliveryWithResourceIdentity"
nameWithType: "DeliveryWithResourceIdentity"
summary: "Information about the delivery for an event subscription 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 **DeliveryWithResourceIdentity**"
constructors:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity.DeliveryWithResourceIdentity()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity.DeliveryWithResourceIdentity()"
name: "DeliveryWithResourceIdentity()"
nameWithType: "DeliveryWithResourceIdentity.DeliveryWithResourceIdentity()"
syntax: "public DeliveryWithResourceIdentity()"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity.destination()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity.destination()"
name: "destination()"
nameWithType: "DeliveryWithResourceIdentity.destination()"
summary: "Get information about the destination where events have to be delivered for the event subscription."
syntax: "public EventSubscriptionDestination destination()"
desc: "Get information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering."
returns:
description: "the destination value"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionDestination&text=EventSubscriptionDestination\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity.identity()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity.identity()"
name: "identity()"
nameWithType: "DeliveryWithResourceIdentity.identity()"
summary: "Get the identity to use when delivering events."
syntax: "public EventSubscriptionIdentity identity()"
desc: "Get the identity to use when delivering 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.DeliveryWithResourceIdentity.withDestination(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionDestination)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity.withDestination(EventSubscriptionDestination destination)"
name: "withDestination(EventSubscriptionDestination destination)"
nameWithType: "DeliveryWithResourceIdentity.withDestination(EventSubscriptionDestination destination)"
summary: "Set information about the destination where events have to be delivered for the event subscription."
parameters:
- description: "the destination value to set"
name: "destination"
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionDestination&text=EventSubscriptionDestination\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeliveryWithResourceIdentity withDestination(EventSubscriptionDestination destination)"
desc: "Set information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering."
returns:
description: "the DeliveryWithResourceIdentity object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity&text=DeliveryWithResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity.withIdentity(com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionIdentity)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity.withIdentity(EventSubscriptionIdentity identity)"
name: "withIdentity(EventSubscriptionIdentity identity)"
nameWithType: "DeliveryWithResourceIdentity.withIdentity(EventSubscriptionIdentity identity)"
summary: "Set the identity to use when delivering 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 DeliveryWithResourceIdentity withIdentity(EventSubscriptionIdentity identity)"
desc: "Set the identity to use when delivering events."
returns:
description: "the DeliveryWithResourceIdentity object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.DeliveryWithResourceIdentity&text=DeliveryWithResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information about the delivery for an event subscription 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