Interface WebPubSubResource.UpdateStages.WithIdentity

All Known Subinterfaces:
WebPubSubResource.Update
Enclosing interface:
WebPubSubResource.UpdateStages

public static interface WebPubSubResource.UpdateStages.WithIdentity
The stage of the WebPubSubResource update allowing to specify identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the identity property: A class represent managed identities used for request and response.
  • Method Details

    • withIdentity

      WebPubSubResource.Update withIdentity(ManagedIdentity identity)
      Specifies the identity property: A class represent managed identities used for request and response.
      Parameters:
      identity - A class represent managed identities used for request and response.
      Returns:
      the next definition stage.