Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSubscription
Packages that use MicrosoftGraphSubscription
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSubscription in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSubscriptionModifier and TypeMethodDescriptionMicrosoftGraphSubscription.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: subscription.MicrosoftGraphSubscription.withApplicationId(String applicationId) Set the applicationId property: Identifier of the application used to create the subscription.MicrosoftGraphSubscription.withChangeType(String changeType) Set the changeType property: Required.MicrosoftGraphSubscription.withClientState(String clientState) Set the clientState property: Optional.MicrosoftGraphSubscription.withCreatorId(String creatorId) Set the creatorId property: Identifier of the user or service principal that created the subscription.MicrosoftGraphSubscription.withEncryptionCertificate(String encryptionCertificate) Set the encryptionCertificate property: A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications.MicrosoftGraphSubscription.withEncryptionCertificateId(String encryptionCertificateId) Set the encryptionCertificateId property: A custom app-provided identifier to help identify the certificate needed to decrypt resource data.MicrosoftGraphSubscription.withExpirationDateTime(OffsetDateTime expirationDateTime) Set the expirationDateTime property: Required.Set the id property: Read-only.MicrosoftGraphSubscription.withIncludeResourceData(Boolean includeResourceData) Set the includeResourceData property: When set to true, change notifications include resource data (such as content of a chat message).MicrosoftGraphSubscription.withLatestSupportedTlsVersion(String latestSupportedTlsVersion) Set the latestSupportedTlsVersion property: Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports.MicrosoftGraphSubscription.withLifecycleNotificationUrl(String lifecycleNotificationUrl) Set the lifecycleNotificationUrl property: The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved and missed notifications.MicrosoftGraphSubscription.withNotificationUrl(String notificationUrl) Set the notificationUrl property: Required.MicrosoftGraphSubscription.withResource(String resource) Set the resource property: Required.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSubscriptionModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.subscriptions()Get the subscriptions property: The set of subscriptions on the item.MicrosoftGraphList.subscriptions()Get the subscriptions property: The set of subscriptions on the list.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSubscriptionModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.withSubscriptions(List<MicrosoftGraphSubscription> subscriptions) Set the subscriptions property: The set of subscriptions on the item.MicrosoftGraphList.withSubscriptions(List<MicrosoftGraphSubscription> subscriptions) Set the subscriptions property: The set of subscriptions on the list.