Class VideoAnalyzerIdentity


  • public class VideoAnalyzerIdentity
    extends Object
    The managed identity for the Video Analyzer resource.
    • Constructor Detail

      • VideoAnalyzerIdentity

        public VideoAnalyzerIdentity()
    • Method Detail

      • type

        public String type()
        Get the type property: The identity type.
        Returns:
        the type value.
      • withType

        public VideoAnalyzerIdentity withType​(String type)
        Set the type property: The identity type.
        Parameters:
        type - the type value to set.
        Returns:
        the VideoAnalyzerIdentity object itself.
      • userAssignedIdentities

        public Map<String,​UserAssignedManagedIdentity> userAssignedIdentities()
        Get the userAssignedIdentities property: The User Assigned Managed Identities.
        Returns:
        the userAssignedIdentities value.
      • withUserAssignedIdentities

        public VideoAnalyzerIdentity withUserAssignedIdentities​(Map<String,​UserAssignedManagedIdentity> userAssignedIdentities)
        Set the userAssignedIdentities property: The User Assigned Managed Identities.
        Parameters:
        userAssignedIdentities - the userAssignedIdentities value to set.
        Returns:
        the VideoAnalyzerIdentity object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.